Home
last modified time | relevance | path

Searched defs:fl (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp22 static void SaveCallerRegistersInFrame(RegMask mask, Encoder *encoder, const CFrameLayout &fl, bool… in SaveCallerRegistersInFrame()
34 static void RestoreCallerRegistersFromFrame(RegMask mask, Encoder *encoder, const CFrameLayout &fl,… in RestoreCallerRegistersFromFrame()
173 CFrameLayout fl(GetGraph()->GetArch(), GetGraph()->GetStackSlotsCount()); in CreateFrameInfo() local
Dcodegen_interpreter.h40 auto &fl = GetFrameLayout(); in CreateFrameInfo() local
Dcodegen_boundary.cpp73 auto fl = GetFrameLayout(); in GeneratePrologue() local
177 auto fl = GetFrameLayout(); in RemoveBoundaryFrame() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen_native.cpp23 auto &fl = GetFrameLayout(); in CreateFrameInfo() local
Dencode.h1004 void SetFrameLayout(CFrameLayout fl) in SetFrameLayout()
Dcodegen.cpp115 auto fl = codegen->GetFrameLayout(); in Generate() local
209 auto &fl = GetFrameLayout(); in CreateFrameInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp134 const CFrameLayout &fl = encoder->GetFrameLayout(); in GeneratePrologue() local
214 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateEpilogue() local
279 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateNativePrologue() local
345 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateNativeEpilogue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp131 const CFrameLayout &fl = encoder->GetFrameLayout(); in GeneratePrologue() local
187 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateEpilogue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp256 const CFrameLayout &fl = encoder->GetFrameLayout(); in GeneratePrologue() local
298 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateEpilogue() local
/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp101 CFrameLayout fl(ARCH, 0); in GetVRegValueRegister() local
176 CFrameLayout fl(ARCH, 0); in SetVRegValue() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dcframe_layout.h51 static constexpr ssize_t GetOffsetFromSpInSlots(const CFrameLayoutT &fl) in GetOffsetFromSpInSlots()
56 static constexpr ssize_t GetOffsetFromSpInBytes(const CFrameLayoutT &fl) in GetOffsetFromSpInBytes()
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h51 static constexpr ssize_t GetOffsetFromSpInSlots(const CFrameLayoutT &fl) in GetOffsetFromSpInSlots()
56 static constexpr ssize_t GetOffsetFromSpInBytes(const CFrameLayoutT &fl) in GetOffsetFromSpInBytes()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp354 CFrameLayout fl(GetGraph()->GetArch(), SPILL_SLOTS); in EmitInterpreterReturn() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test.cpp2878 auto fl = test->GetEncoder()->GetFrameLayout(); in TestParam() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2827 auto fl = test->GetEncoder()->GetFrameLayout(); in TestParam() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument