| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | vn.cpp | 157 obj->Add(inst->CastToResolveVirtual()->GetCallMethodId()); in AddResolver() 159 obj->Add(inst->CastToResolveStatic()->GetCallMethodId()); in AddResolver()
|
| D | inlining.cpp | 175 LOG_INLINING(DEBUG) << "Unknown method " << callInst->GetCallMethodId(); in IsInstSuitableForInline()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profile_type.h | 315 return GetCallMethodId() > 0; in IsValidCallMethodId() 318 uint32_t GetCallMethodId() const in GetCallMethodId() function
|
| D | pgo_profiler_type.h | 836 uint32_t GetCallMethodId() const in GetCallMethodId() function 839 return sampleType->GetProfileType().GetCallMethodId(); in GetCallMethodId()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecodeopt_peepholes.cpp | 69 initObject->SetCallMethodId(callInit->GetCallMethodId()); in CreateInitObject()
|
| D | codegen.cpp | 524 ins.ids.emplace_back(enc->irInterface_->GetMethodIdByOffset(callInst->GetCallMethodId())); in CallHandler()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.cpp | 67 methodOffset = pgoType.GetCallMethodId(); in GetInlinedMethodId() 123 uint32_t methodOffset = info.GetCallMethodId(); in TryInline() 535 uint32_t methodOffset = info.GetCallMethodId(); in InlineFuncCheck() 731 uint32_t inlineMethodOffset = info.GetCallMethodId(); in GetAccessorConstpoolId()
|
| D | type_info_accessors.h | 517 return GetPGOType().GetCallMethodId(); in GetFuncMethodOffsetFromPGO() 527 uint32_t GetCallMethodId() const;
|
| D | type_info_accessors.cpp | 379 uint32_t InlineTypeInfoAccessor::GetCallMethodId() const in GetCallMethodId() function in panda::ecmascript::kungfu::InlineTypeInfoAccessor
|
| /arkcompiler/runtime_core/static_core/plugins/ets/bytecode_optimizer/visitors/ |
| D | codegen_visitors.inc | 93 ins.ids.emplace_back(enc->irInterface_->GetMethodIdByOffset(callInst->GetCallMethodId()));
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | codegen_doc.md | 82 auto method = ...->GetMethodById(...->GetMethod(), call_inst->GetCallMethodId());
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 752 ArenaString methodId(ToArenaString(GetCallMethodId(), allocator)); in DumpOpcode() 768 ArenaString methodId(ToArenaString(GetCallMethodId(), allocator)); in DumpOpcode() 801 ArenaString methodId(ToArenaString(GetCallMethodId(), allocator)); in DumpOpcode()
|
| D | inst.cpp | 437 callClone->SetCallMethodId(GetCallMethodId()); in Clone()
|
| D | inst.h | 2910 auto GetCallMethodId() const in GetCallMethodId() function 2969 rslvClone->SetCallMethodId(GetCallMethodId()); in Clone() 3010 rslvClone->SetCallMethodId(GetCallMethodId()); in Clone() 7335 throwClone->SetCallMethodId(GetCallMethodId()); in Clone()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | dangling_pointers_checker.cpp | 572 …Graph()->GetRuntime()->GetExternalMethodName(GetGraph()->GetMethod(), callInst->GetCallMethodId()); in CheckAccSyncCallRuntime()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1404 TypedImm(resolver->GetCallMethodId()), regTmp64); in IntfInlineCachePass() 1414 TypedImm(resolver->GetCallMethodId()), reg3); in IntfInlineCachePass() 1480 TypedImm(resolver->GetCallMethodId()), TypedImm(0)); in EmitResolveUnknownVirtual() 1486 auto methodSlotAddr = utypes->GetTableSlot(method, resolver->GetCallMethodId(), skind); in EmitResolveUnknownVirtual() 1492 slowPath->SetUnresolvedType(method, resolver->GetCallMethodId()); in EmitResolveUnknownVirtual() 1516 …et = aotData->GetVirtIndexSlotOffset(GetEncoder()->GetCursorOffset(), resolver->GetCallMethodId()); in EmitResolveVirtualAot() 1555 TypedImm(resolver->GetCallMethodId()), TypedImm(0)); in EmitResolveVirtual() 1652 TypedImm(resolver->GetCallMethodId()), TypedImm(0)); in EmitResolveStatic() 1659 auto methodAddr = utypes->GetTableSlot(method, resolver->GetCallMethodId(), skind); in EmitResolveStatic() 1663 slowPath->SetUnresolvedType(method, resolver->GetCallMethodId()); in EmitResolveStatic() [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1814 auto externalId = inst->CastToCall()->GetCallMethodId(); in VisitCall()
|