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/
H A Dllvm_aot_builder.h42 void AddMethodHeader(Method *method, size_t methodIndex) in AddMethodHeader() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dir_build_intrinsics_ets.cpp35 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp187 auto methodIndex = bitmap.PopCount(index); in FindMethodHeader() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp145 const auto &methodIndex = item.first; in UnloadPatchInternal() local
181 GetPatchMethod(JSThread *thread, const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) GetPatchMethod() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *statisticsDump) in CompilingContext() argument
603 size_t methodIndex = 0; in Compile() local
630 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp1047 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h577 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck() argument
H A Dtyped_bytecode_lowering.cpp1695 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckFastCallThisCallTarget() local
1711 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckCallThisCallTarget() local
1782 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
[all...]
H A Dtyped_hcr_lowering.cpp1483 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local
1499 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSFastCallTargetTypeCheck() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h293 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local
328 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local
342 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local
355 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local
1255 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local
1300 auto methodIndex = bcInst->GetId(0).AsIndex(); BuildInitObjectMultiDimensionalArray() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_linker.cpp415 static void MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aotClass, size_t methodIndex) in MaybeLinkMethodToAotCode() argument
486 size_t methodIndex = 0; in LoadMethods() local

Completed in 23 milliseconds