Home
last modified time | relevance | path

Searched defs:codeAddress (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
H A Dinst_generator_test.cpp55 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateOp() local
102 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp43 uint64_t codeAddress = reinterpret_cast<uint64_t>(fileMapMem_.GetOriginAddr()); in GetCurModuleInfo() local
167 uint64_t codeAddress = reinterpret_cast<uint64_t>(stubsMem_.addr_); in ParseELFSections() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp750 bool Paoc::FinalizeCompileAot(CompilingContext *ctx, [[maybe_unused]] uintptr_t codeAddress) in FinalizeCompileAot() argument
808 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CompileAot() local
844 void Paoc::MakeAotData(CompilingContext *ctx, uintptr_t codeAddress) in MakeAotData() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp787 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CreateGraph() local

Completed in 6 milliseconds