Home
last modified time | relevance | path

Searched refs:codeAddress (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
Dinst_generator_test.cpp55 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateOp() local
57 … nullptr, graph, codeAddress, aotBuilder.GetIntfInlineCacheIndex(), aotBuilder.GetGotPlt(), in GenerateOp()
97 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateIntrinsic() local
99 … nullptr, graph, codeAddress, aotBuilder.GetIntfInlineCacheIndex(), aotBuilder.GetGotPlt(), in GenerateIntrinsic()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp43 uint64_t codeAddress = reinterpret_cast<uint64_t>(fileMapMem_.GetOriginAddr()); in GetCurModuleInfo() local
44 uint64_t info = codeAddress + offset + i * sizeof(ModuleSectionDes::ModuleRegionInfo); in GetCurModuleInfo()
167 uint64_t codeAddress = reinterpret_cast<uint64_t>(stubsMem_.addr_); in ParseELFSections() local
200 uint64_t secAddr = static_cast<uint64_t>(codeAddress + secShdr.sh_offset); in ParseELFSections()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp749 bool Paoc::FinalizeCompileAot(CompilingContext *ctx, [[maybe_unused]] uintptr_t codeAddress) in FinalizeCompileAot() argument
768 …ON(runtime_->GetMethodFullName(ctx->method, false), false, ctx->method->GetCodeSize(), codeAddress, in FinalizeCompileAot()
807 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CompileAot() local
809 … ctx->method->GetPandaFile(), ctx->graph, codeAddress, aotBuilder_->GetIntfInlineCacheIndex(), in CompileAot()
846 return FinalizeCompileAot(ctx, codeAddress); in CompileAot()
Dpaoc.h87 bool FinalizeCompileAot(CompilingContext *ctx, [[maybe_unused]] uintptr_t codeAddress);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1002 Register codeAddress(X10); in JSBoundFunctionCallInternal() local
1005 __ Add(codeAddress, X0, baseAddress); in JSBoundFunctionCallInternal()
1006 … __ Ldr(codeAddress, MemoryOperand(codeAddress, boundCallInternalId, UXTW, FRAME_SLOT_SIZE_LOG2)); in JSBoundFunctionCallInternal()
1007 __ Blr(codeAddress); in JSBoundFunctionCallInternal()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp786 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CreateGraph() local
788 …method.GetPandaFile(), graph, codeAddress, aotBuilder_->GetIntfInlineCacheIndex(), aotBuilder_->Ge… in CreateGraph()