Home
last modified time | relevance | path

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

/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/optimizer/ir_builder/
Dinst_builder-inl.h292 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local
327 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local
341 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local
354 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local
546 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMonitorIntrinsic() local
556 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIntrinsic() local
574 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildDefaultIntrinsic() local
597 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildStaticCallIntrinsic() local
644 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildDefaultVirtualCallIntrinsic() local
1215 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp185 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()
593 size_t methodIndex = 0; in Compile() local
620 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp125 const auto &methodIndex = item.first; in ReplaceModuleOfMethod() local
169 const auto &methodIndex = item.first; in UnloadPatchInternal() local
203 const BaseMethodIndex &methodIndex, const ConstantPool *baseConstpool) in GetPatchMethod()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp384 …id MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aotClass, size_t methodIndex) in MaybeLinkMethodToAotCode()
434 size_t methodIndex = 0; in LoadMethods() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h554 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateType type, GateRef func, GateRef methodIndex, Gat… in JSCallTargetTypeCheck()
Dtyped_bytecode_lowering.cpp1428 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
Dtyped_hcr_lowering.cpp1387 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local
1412 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSFastCallTargetTypeCheck() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp1039 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp625 void TSManager::SetFuncMethodOffset(GlobalTSTypeRef gt, uint32_t methodIndex) in SetFuncMethodOffset()