| /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/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() 526 size_t methodIndex = 0; in IterateClassMethods() local 802 size_t methodIndex = 0; in Compile() local 825 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 287 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildAbsIntrinsic() local 322 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildBinaryOperationIntrinsic() local 336 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildSqrtIntrinsic() local 349 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsNanIntrinsic() local 1245 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildMultiDimensionalArrayObject() local 1290 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildInitObjectMultiDimensionalArray() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 287 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildCallByName() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 35 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildIsFiniteIntrinsic() local 405 auto methodIndex = bcInst->GetId(0).AsIndex(); in BuildUnsafeIntrinsic() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 148 const auto &methodIndex = item.first; in UnloadPatchInternal() local 185 const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) in GetPatchMethod()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 439 …id MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aotClass, size_t methodIndex) in MaybeLinkMethodToAotCode() 510 size_t methodIndex = 0; in LoadMethods() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 2125 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckFastCallThisCallTarget() local 2141 GateRef methodIndex = builder_.IntPtr(tacc.GetFuncMethodOffset()); in CheckCallThisCallTarget() local 2281 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall() local
|
| D | mcr_circuit_builder.h | 720 GateRef CircuitBuilder::JSCallTargetTypeCheck(GateRef func, GateRef methodIndex, GateRef gate) in JSCallTargetTypeCheck()
|
| D | typed_hcr_lowering.cpp | 1676 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSCallTargetTypeCheck() local 1696 auto methodIndex = acc_.GetValueIn(gate, 1); in LowerJSFastCallTargetTypeCheck() local
|
| D | slowpath_lowering.cpp | 3314 uint32_t methodIndex = acc.GetConstantValue(acc.GetValueIn(gate, 0)); in TryGetMethodHeapConstantIndex() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 1065 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders() local
|