Searched defs:methodIndex (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | llvm_aot_builder.h | 42 void AddMethodHeader(Method *method, size_t methodIndex) in AddMethodHeader() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| H A D | ir_build_intrinsics_ets.cpp | 35 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsFiniteIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_file.cpp | 187 auto methodIndex = bitmap.PopCount(index); in FindMethodHeader() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.cpp | 145 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 D | paoc.cpp | 44 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 D | file_reader.cpp | 1047 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.h | 577 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck() argument
|
| H A D | typed_bytecode_lowering.cpp | 1695 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 D | typed_hcr_lowering.cpp | 1483 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 D | inst_builder-inl.h | 293 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 D | class_linker.cpp | 415 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