Home
last modified time | relevance | path

Searched defs:methodIndex (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Dllvm_aot_builder.h42 void AddMethodHeader(Method *method, size_t methodIndex) in AddMethodHeader()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp35 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp187 auto methodIndex = bitmap.PopCount(index); in FindMethodHeader() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *stat… in CompilingContext()
603 size_t methodIndex = 0; in Compile() local
630 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h297 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local
332 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local
346 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local
359 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local
1260 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local
1305 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildInitObjectMultiDimensionalArray() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp146 const auto &methodIndex = item.first; in UnloadPatchInternal() local
183 const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) in GetPatchMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1768 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckFastCallThisCallTarget() local
1784 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckCallThisCallTarget() local
1858 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
Dmcr_circuit_builder.h632 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck()
Dtyped_hcr_lowering.cpp1523 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local
1543 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSFastCallTargetTypeCheck() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp415 …id MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aotClass, size_t methodIndex) in MaybeLinkMethodToAotCode()
486 size_t methodIndex = 0; in LoadMethods() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp1047 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local