Home
last modified time | relevance | path

Searched defs:methodIndex (Results 1 – 13 of 13) 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/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()
526 size_t methodIndex = 0; in IterateClassMethods() local
802 size_t methodIndex = 0; in Compile() local
825 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h287 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local
322 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local
336 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local
349 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local
1245 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local
1290 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildInitObjectMultiDimensionalArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp287 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildCallByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp35 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsFiniteIntrinsic() local
405 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildUnsafeIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp148 const auto &methodIndex = item.first; in UnloadPatchInternal() local
185 const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) in GetPatchMethod()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp439 …id MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aotClass, size_t methodIndex) in MaybeLinkMethodToAotCode()
510 size_t methodIndex = 0; in LoadMethods() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp2125 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckFastCallThisCallTarget() local
2141 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckCallThisCallTarget() local
2281 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
Dmcr_circuit_builder.h720 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck()
Dtyped_hcr_lowering.cpp1676 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local
1696 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSFastCallTargetTypeCheck() local
Dslowpath_lowering.cpp3314 uint32_t methodIndex = acc.GetConstantValue(acc.GetValueIn(gate, 0)); in TryGetMethodHeapConstantIndex() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp1065 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local