Home
last modified time | relevance | path

Searched defs:codeAddr (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/rewriter/
Dreloc_rewriter_aarch64.cpp23 bool RelocWriterAArch64::RewriteRelocInfo(uint8_t *codeAddr, uint8_t *jitAllocAddr, RelocMap &reloc… in RewriteRelocInfo()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp297 uintptr_t codeAddr = machineCodeObj->GetFuncAddr(); in InstallCode() local
320 uintptr_t codeAddr = machineCodeObj->GetFuncAddr(); in InstallCodeByCompilerTier() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp70 AOTFileInfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t sta… in GetFuncEntryDesWithCallsite()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.h61 AddressType codeAddr; member
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp103 uint64_t codeAddr = funcEntry->codeAddr_ + in SetNonText() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp92 Register codeAddr(X4); in OptimizedFastCallAndPushArgv() local
Doptimized_call.cpp203 Register codeAddr(X3); in OptimizedCallAndPushArgv() local
1322 Register codeAddr(X5); in CallOptimized() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11150 GateRef codeAddr = Load(VariableType::NATIVE_POINTER(), machineCode, in TryToJitReuseCompiledFunc() local