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 | 187 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 | 297 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local 332 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local 346 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local 359 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local 1260 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local 1305 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildInitObjectMultiDimensionalArray() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 146 const auto &methodIndex = item.first; in UnloadPatchInternal() local 183 const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) in GetPatchMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 1768 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckFastCallThisCallTarget() local 1784 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckCallThisCallTarget() local 1858 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
|
| D | mcr_circuit_builder.h | 632 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck()
|
| D | typed_hcr_lowering.cpp | 1523 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local 1543 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 | 1047 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
|