Searched defs:methodIndex (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | llvm_aot_builder.h | 42 void AddMethodHeader(Method *method, size_t methodIndex) in AddMethodHeader()
|
| /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/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() 603 size_t methodIndex = 0; in Compile() local 630 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 277 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local 312 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local 326 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local 339 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local 1218 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local 1263 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildInitObjectMultiDimensionalArray() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 145 const auto &methodIndex = item.first; in UnloadPatchInternal() local 179 const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) in GetPatchMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 1685 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckFastCallThisCallTarget() local 1701 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckCallThisCallTarget() local 1772 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
|
| D | mcr_circuit_builder.h | 577 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck()
|
| D | typed_hcr_lowering.cpp | 1480 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local 1496 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSFastCallTargetTypeCheck() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 415 …id MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aotClass, size_t methodIndex) in MaybeLinkMethodToAotCode() 486 size_t methodIndex = 0; in LoadMethods() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 997 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
|