Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dconstants.h76 inline uint16_t GetFrameSize() in GetFrameSize() function
115 inline uint16_t GetFrameSize() in GetFrameSize() function
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h72 uint32_t GetFrameSize() const in GetFrameSize() function
223 uint32_t GetFrameSize() const in GetFrameSize() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h49 ALWAYS_INLINE inline static uint32_t GetFrameSize(uint32_t numVregs, uint32_t numDeclaredArgs, in GetFrameSize() function
86 ALWAYS_INLINE inline static uint32_t GetFrameSize(uint32_t numVregs, uint32_t numDeclaredArgs, in GetFrameSize() function
Dmethod.h472 size_t GetFrameSize() const in GetFrameSize() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dcframe_layout.h147 constexpr size_t GetFrameSize() const in GetFrameSize() function
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h150 constexpr size_t GetFrameSize() const in GetFrameSize() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h957 uint32 GetFrameSize() const in GetFrameSize() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp904 size_t Encoder::GetFrameSize() const in GetFrameSize() function in ark::compiler::Encoder