Searched refs:frame_words (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp43 int frame_words = header_words + monitor_words + stack_words; local
45 _extended_frame_size = frame_words + locals_words;
50 LLVMValue::intptr_constant((frame_words + extra_locals) * wordSize));
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp327 int frame_words,
H A DciEnv.cpp946 int frame_words,
1021 frame_words, oop_map_set,
941 register_method(ciMethod* target, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, int comp_level, bool has_unsafe_access, bool has_wide_vectors) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2214 int frame_words = is_top_frame ? full_frame_words : short_frame_words; local
2225 intptr_t* frame_bottom = interpreter_frame->sp() - (full_frame_words - frame_words);
2290 return frame_words;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp130 int frame_words = frame_size_in_bytes / wordSize; local
131 *total_frame_words = frame_words;
227 OopMap* map = new OopMap( frame_words, 0 );

Completed in 51 milliseconds