Searched defs:frame_size (Results 1 - 25 of 35) sorted by relevance

12

/openjdk10/hotspot/src/cpu/s390/vm/
H A Druntime_s390.cpp104 int frame_size = __ push_frame_abi160(0); local
H A Dframe_s390.inline.hpp125 inline int frame::frame_size(RegisterMap* map) const { function in class:frame
H A Dc1_Runtime1_s390.cpp374 const int frame_size = sasm->frame_size() * VMRegImpl::slots_per_word * VMRegImpl::stack_slot_size; local
552 const int frame_size = 4*BytesPerWord + frame::z_abi_160_size; local
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_MacroAssembler.hpp81 int frame_size() const { return _frame_size; } function in class:StubAssembler
H A Dc1_Compilation.cpp408 void Compilation::install_code(int frame_size) { argument
460 int frame_size = compile_java_method(); local
H A Dc1_Runtime1.cpp186 int frame_size; local
/openjdk10/hotspot/src/share/vm/opto/
H A Doptoreg.hpp126 static VMReg as_VMReg(OptoReg::Name n, int frame_size, int arg_count) { argument
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp126 int frame_size() const { function in class:SharkNativeWrapper
/openjdk10/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp412 int frame_size = activation.frame_size(&map); local
/openjdk10/hotspot/src/share/vm/code/
H A DcodeBlob.cpp73 CodeBlob::CodeBlob(const char* name, CompilerType type, const CodeBlobLayout& layout, int frame_complete_offset, int frame_size, ImmutableOopMapSet* oop_maps, bool caller_must_gc_arguments) : argument
101 CodeBlob::CodeBlob(const char* name, CompilerType type, const CodeBlobLayout& layout, CodeBuffer* cb, int frame_complete_offset, int frame_size, OopMapSet* oop_maps, bool caller_must_gc_arguments) : argument
141 RuntimeBlob( const char* name, CodeBuffer* cb, int header_size, int size, int frame_complete, int frame_size, OopMapSet* oop_maps, bool caller_must_gc_arguments ) argument
325 RuntimeStub( const char* name, CodeBuffer* cb, int size, int frame_complete, int frame_size, OopMapSet* oop_maps, bool caller_must_gc_arguments ) argument
338 new_runtime_stub(const char* stub_name, CodeBuffer* cb, int frame_complete, int frame_size, OopMapSet* oop_maps, bool caller_must_gc_arguments) argument
396 create( CodeBuffer* cb, OopMapSet* oop_maps, int unpack_offset, int unpack_with_exception_offset, int unpack_with_reexecution_offset, int frame_size) argument
438 create( CodeBuffer* cb, OopMapSet* oop_maps, int frame_size) argument
474 create( CodeBuffer* cb, OopMapSet* oop_maps, int frame_size) argument
509 create( CodeBuffer* cb, OopMapSet* oop_maps, int frame_size) argument
[all...]
H A DcompiledMethod.cpp35 CompiledMethod::CompiledMethod(Method* method, const char* name, CompilerType type, const CodeBlobLayout& layout, int frame_complete_offset, int frame_size, ImmutableOopMapSet* oop_maps, bool caller_must_gc_arguments) argument
41 CompiledMethod::CompiledMethod(Method* method, const char* name, CompilerType type, int size, int header_size, CodeBuffer* cb, int frame_complete_offset, int frame_size, OopMapSet* oop_maps, bool caller_must_gc_arguments) argument
H A DcodeBlob.hpp187 int frame_size() const { return _frame_size; } function in class:VALUE_OBJ_CLASS_SPEC
480 SingletonBlob( const char* name, CodeBuffer* cb, int header_size, int size, int frame_size, OopMapSet* oop_maps ) argument
[all...]
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp183 int frame::frame_size(RegisterMap* map) const { function in class:frame
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dframe_ppc.inline.hpp90 inline int frame::frame_size(RegisterMap* map) const { function in class:frame
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp69 inline int frame::frame_size(RegisterMap* map) const { return sender_sp() - sp(); } function in class:frame
/openjdk10/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp206 int frame_size() const { return _frame_size; } function in class:vframeArray
H A DvframeArray.cpp493 vframeArray* vframeArray::allocate(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk, argument
511 fill_in(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk, const RegisterMap *reg_map, bool realloc_failures) argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp296 int frame::frame_size(RegisterMap* map) const { function in class:frame
H A Dc1_Runtime1_x86.cpp673 const int frame_size = 2 /*BP, return address*/ NOT_LP64(+ 1 /*thread*/) WIN64_ONLY(+ frame::arg_reg_save_area_bytes / BytesPerWord); local
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dframe_arm.cpp264 int frame::frame_size(RegisterMap* map) const { function in class:frame
/openjdk10/hotspot/src/share/vm/compiler/
H A DoopMap.cpp81 OopMap::OopMap(int frame_size, int arg_count) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_Runtime1_aarch64.cpp384 const int frame_size = 2 /*fp, return address*/; local
H A Dframe_aarch64.cpp296 int frame::frame_size(RegisterMap* map) const { function in class:frame
[all...]
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp58 int frame_size() const { return _frame_size / HeapWordSize; } function in class:aot_metadata
/openjdk10/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1233 int frame_size; local
[all...]

Completed in 400 milliseconds

12