Home
last modified time | relevance | path

Searched refs:GetCallMethodId (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dvn.cpp157 obj->Add(inst->CastToResolveVirtual()->GetCallMethodId()); in AddResolver()
159 obj->Add(inst->CastToResolveStatic()->GetCallMethodId()); in AddResolver()
Dinlining.cpp175 LOG_INLINING(DEBUG) << "Unknown method " << callInst->GetCallMethodId(); in IsInstSuitableForInline()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h315 return GetCallMethodId() > 0; in IsValidCallMethodId()
318 uint32_t GetCallMethodId() const in GetCallMethodId() function
Dpgo_profiler_type.h836 uint32_t GetCallMethodId() const in GetCallMethodId() function
839 return sampleType->GetProfileType().GetCallMethodId(); in GetCallMethodId()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp69 initObject->SetCallMethodId(callInit->GetCallMethodId()); in CreateInitObject()
Dcodegen.cpp524 ins.ids.emplace_back(enc->irInterface_->GetMethodIdByOffset(callInst->GetCallMethodId())); in CallHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp67 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()
Dtype_info_accessors.h517 return GetPGOType().GetCallMethodId(); in GetFuncMethodOffsetFromPGO()
527 uint32_t GetCallMethodId() const;
Dtype_info_accessors.cpp379 uint32_t InlineTypeInfoAccessor::GetCallMethodId() const in GetCallMethodId() function in panda::ecmascript::kungfu::InlineTypeInfoAccessor
/arkcompiler/runtime_core/static_core/plugins/ets/bytecode_optimizer/visitors/
Dcodegen_visitors.inc93 ins.ids.emplace_back(enc->irInterface_->GetMethodIdByOffset(callInst->GetCallMethodId()));
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md82 auto method = ...->GetMethodById(...->GetMethod(), call_inst->GetCallMethodId());
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp752 ArenaString methodId(ToArenaString(GetCallMethodId(), allocator)); in DumpOpcode()
768 ArenaString methodId(ToArenaString(GetCallMethodId(), allocator)); in DumpOpcode()
801 ArenaString methodId(ToArenaString(GetCallMethodId(), allocator)); in DumpOpcode()
Dinst.cpp437 callClone->SetCallMethodId(GetCallMethodId()); in Clone()
Dinst.h2910 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/
Ddangling_pointers_checker.cpp572 …Graph()->GetRuntime()->GetExternalMethodName(GetGraph()->GetMethod(), callInst->GetCallMethodId()); in CheckAccSyncCallRuntime()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1404 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/
Dllvm_ir_constructor.cpp1814 auto externalId = inst->CastToCall()->GetCallMethodId(); in VisitCall()