Home
last modified time | relevance | path

Searched defs:externalId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h43 std::string GetExternalMethodName(MethodPtr method, uint32_t externalId) const override in GetExternalMethodName()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp825 uint32_t externalId = inst->CastToIntrinsic()->GetImms()[1]; in EmitSlowPathEntry() local
2566 uint32_t externalId = inst->CastToIntrinsic()->GetImms()[1]; in CreateTailCallFastPath() local
4335 auto externalId = inst->CastToCall()->GetCallMethodId(); in VisitCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h488 [[maybe_unused]] uint32_t externalId) const in GetExternalMethodName()