Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.cpp526 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in InlineFuncCheck() local
673 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in CandidateNormalCall() local
H A Dslowpath_lowering.cpp1793 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in LowerSuperCallArrow() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp372 int funcIndex = 0; in AssistGenPrologue() local
415 int funcIndex = 0; in GenPrologue() local
3094 auto funcIndex = static_cast<uint32_t>(CommonArgIdx::FUNC); in AddFunc() local
3100 auto funcIndex = static_cast<uint32_t>(FastCallArgIdx::FUNC); AddFunc() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp613 int funcIndex = 0; in AssistGenPrologue() local
654 int funcIndex = 0; in GenPrologue() local
705 SaveJSFuncOnOptJSFuncFrame(maple::litecg::Function &function, maple::litecg::Var &value, int funcIndex) SaveJSFuncOnOptJSFuncFrame() argument
712 function.SetFuncInfo(OptimizedJSFunctionFrame::GetFunctionToFpDelta(), true, funcIndex); SaveJSFuncOnOptJSFuncFrame() local
714 function.SetFuncInfo(FASTJITFunctionFrame::GetFunctionToFpDelta(), true, funcIndex); SaveJSFuncOnOptJSFuncFrame() local
[all...]

Completed in 19 milliseconds