Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
Dinst_generator_test.cpp55 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateOp()
97 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateIntrinsic()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp349 … if (aotBuilder_->GetCurrentCodeAddress() != 0 || !aotBuilder_->GetClassHashTableSize()->empty() || in Run()
353 … if (aotBuilder_->GetCurrentCodeAddress() == 0 && aotBuilder_->GetClassHashTableSize()->empty()) { in Run()
807 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CompileAot()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp786 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CreateGraph()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1086 uintptr_t GetCurrentCodeAddress() const in GetCurrentCodeAddress() function