Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen_native.cpp23 auto &fl = GetFrameLayout(); in CreateFrameInfo() local
Dcodegen.cpp116 auto fl = codegen->GetFrameLayout(); in Generate() local
210 auto &fl = GetFrameLayout(); in CreateFrameInfo() local
Dencode.cpp828 void Encoder::SetFrameLayout(CFrameLayout fl) in SetFrameLayout()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_interpreter.h40 auto &fl = GetFrameLayout(); in CreateFrameInfo() local
Dcodegen_boundary.cpp79 auto fl = GetFrameLayout(); in GeneratePrologue() local
183 auto fl = GetFrameLayout(); in RemoveBoundaryFrame() local
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()
186 CFrameLayout fl(GetGraph()->GetArch(), GetGraph()->GetStackSlotsCount(), false); in CreateFrameInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp143 …d Aarch64CallingConvention::SaveCalleeSavedRegs(const FrameInfo &frameInfo, const CFrameLayout &fl, in SaveCalleeSavedRegs()
202 const CFrameLayout &fl = encoder->GetFrameLayout(); in GeneratePrologue() local
249 const CFrameLayout &fl = GetEncoder()->GetFrameLayout(); in GenerateEpilogueImpl() local
325 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateNativePrologue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp141 const CFrameLayout &fl = encoder->GetFrameLayout(); in GeneratePrologue() local
197 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/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp283 const CFrameLayout &fl = encoder->GetFrameLayout(); in GeneratePrologue() local
325 const CFrameLayout &fl = encoder->GetFrameLayout(); in GenerateEpilogue() 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/object_code/
Dcode_info_producer.cpp141 CFrameLayout fl(arch_, 0); in CollectRoots() local
184 CFrameLayout fl(arch_, 0); in BuildSingleRegMap() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_references.cpp171 for (auto fl : srcFiles) { in FindReferences() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_2.cpp598 auto fl = test->GetEncoder()->GetFrameLayout(); in TestParam() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2826 auto fl = test->GetEncoder()->GetFrameLayout(); in TestParam() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp890 CFrameLayout fl(GetGraph()->GetArch(), SPILL_SLOTS); in EmitInterpreterReturn() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument