Home
last modified time | relevance | path

Searched defs:funcIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp529 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in InlineFuncCheck() local
676 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in CandidateNormalCall() local
Dslowpath_lowering.cpp1788 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in LowerSuperCallArrow() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp362 int funcIndex = 0; in AssistGenPrologue() local
405 int funcIndex = 0; in GenPrologue() local
3163 auto funcIndex = static_cast<uint32_t>(CommonArgIdx::FUNC); in AddFunc() local
3169 auto funcIndex = static_cast<uint32_t>(FastCallArgIdx::FUNC); in AddFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp601 int funcIndex = 0; in AssistGenPrologue() local
642 int funcIndex = 0; in GenPrologue() local
694 int funcIndex) in SaveJSFuncOnOptJSFuncFrame()