Home
last modified time | relevance | path

Searched defs:patchAddr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Drelocator.cpp40 bool Relocator::Relocate(Elf64_Rela *sec, uintptr_t symbolAddr, uintptr_t patchAddr) in Relocate()
93 bool Relocator::RelocateBySymbolId(Elf64_Word symbolId, uintptr_t patchAddr) in RelocateBySymbolId()
111 bool Relocator::RelocateBySymbol(const char* symbol, uintptr_t patchAddr) in RelocateBySymbol()
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.cpp271 uintptr_t patchAddr = thread->GetRTInterface(RTSTUB_ID(DeoptHandlerAsm)); in RewriteRelcateDeoptHandler() local
279 [[maybe_unused]] uintptr_t patchAddr) in RewriteRelcateTextSection()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1923 …LLVMValueRef patchAddr = LLVMBuildIntToPtr(builder, rtoffset, LLVMPointerType(LLVMInt64Type(), 0),… in GenDeoptEntry() local