Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dcallee_save_frame_x86.h65 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/runtime/arch/x86_64/
Dcallee_save_frame_x86_64.h76 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/compiler/jni/quick/
Djni_compiler.h53 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function
/art/runtime/arch/riscv64/
Dcallee_save_frame_riscv64.h102 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/runtime/arch/arm/
Dcallee_save_frame_arm.h78 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/runtime/arch/arm64/
Dcallee_save_frame_arm64.h101 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/art/compiler/optimizing/
Dcode_generator.h252 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function