Home
last modified time | relevance | path

Searched defs:GetFrameSize (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/x86/
Dcallee_save_frame_x86.h64 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/compiler/jni/quick/
Djni_compiler.h51 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function
/art/runtime/arch/x86_64/
Dcallee_save_frame_x86_64.h75 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/runtime/arch/arm64/
Dcallee_save_frame_arm64.h100 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/runtime/arch/arm/
Dcallee_save_frame_arm.h77 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/compiler/optimizing/
Dcode_generator.h251 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function