Home
last modified time | relevance | path

Searched defs:codeAddress (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
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/
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/
Dpaoc.cpp945 bool Paoc::FinalizeCompileAot(CompilingContext *ctx, [[maybe_unused]] uintptr_t codeAddress) in FinalizeCompileAot()
1003 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CompileAot() local
1039 void Paoc::MakeAotData(CompilingContext *ctx, uintptr_t codeAddress) in MakeAotData()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp787 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CreateGraph() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp999 Register codeAddress(X10); in JSBoundFunctionCallInternal() local