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.cpp826 uint32_t externalId = inst->CastToIntrinsic()->GetImms()[1]; in EmitSlowPathEntry() local
2549 uint32_t externalId = inst->CastToIntrinsic()->GetImms()[1]; in CreateTailCallFastPath() local
4330 auto externalId = inst->CastToCall()->GetCallMethodId(); in VisitCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h585 [[maybe_unused]] uint32_t externalId) const in GetExternalMethodName()