Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp292 … if (aot_builder_.GetCurrentCodeAddress() != 0 || !aot_builder_.GetClassHashTableSize()->empty()) { in Run()
698 ctx->method->GetPandaFile(), ctx->graph, aot_builder_.GetCurrentCodeAddress(), in CompileAot()
729 aot_builder_.GetCurrentCodeAddress() - compiled_method.GetCode().size(), in CompileAot()
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h1061 uintptr_t GetCurrentCodeAddress() const in GetCurrentCodeAddress() function