Home
last modified time | relevance | path

Searched refs:GetCurrentCodeAddress (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp342 … if (aotBuilder_->GetCurrentCodeAddress() != 0 || !aotBuilder_->GetClassHashTableSize()->empty() || in Run()
346 … if (aotBuilder_->GetCurrentCodeAddress() == 0 && aotBuilder_->GetClassHashTableSize()->empty()) { in Run()
797 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CompileAot()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1086 uintptr_t GetCurrentCodeAddress() const in GetCurrentCodeAddress() function