Home
last modified time | relevance | path

Searched refs:GetRelocationHandler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp313 GetGraph()->GetRelocationHandler()->AddRelocation(relocation); in CreateTailCall()
Ddangling_pointers_checker.cpp560 if (GetGraph()->GetRelocationHandler() == nullptr) { in CheckAccSyncCallRuntime()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1202 RelocationHandler *GetRelocationHandler() in GetRelocationHandler() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2184 ASSERT(GetGraph()->GetRelocationHandler() != nullptr); in VisitCall()
2190 GetGraph()->GetRelocationHandler()->AddRelocation(relocation); in VisitCall()