Searched defs:methodIndex (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 35 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsFiniteIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 292 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/ |
| D | aot_file.cpp | 185 auto methodIndex = bitmap.PopCount(index); in FindMethodHeader() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 44 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/ |
| D | patch_loader.cpp | 125 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/ |
| D | class_linker.cpp | 384 …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/ |
| D | mcr_circuit_builder.h | 554 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateType type, GateRef func, GateRef methodIndex, Gat… in JSCallTargetTypeCheck()
|
| D | typed_bytecode_lowering.cpp | 1428 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
|
| D | typed_hcr_lowering.cpp | 1387 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/ |
| D | file_reader.cpp | 1039 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 625 void TSManager::SetFuncMethodOffset(GlobalTSTypeRef gt, uint32_t methodIndex) in SetFuncMethodOffset()
|