Home
last modified time | relevance | path

Searched refs:codeAddr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp62 uintptr_t codeAddr = machineCodeObj->GetFuncAddr(); in InstallCode() local
64 methodHandle->SetCompiledFuncEntry(codeAddr, funcEntryDes->isFastCall_); in InstallCode()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.h57 AotData(const File *pfile, Graph *graph, AddressType codeAddr, uint64_t *intfInlineCacheIndex, in AotData() argument
67 codeAddress_(codeAddr), in AotData()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h35 uintptr_t codeAddr {0};
Dmachine_code.cpp55 …if (memcpy_s(pText, codeSizeAlign, reinterpret_cast<uint8_t*>(desc->codeAddr), desc->codeSize) != … in SetData()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp208 Register codeAddr(X3); in OptimizedCallAndPushUndefined() local
212 __ Ldr(codeAddr, MemoryOperand(method, Method::CODE_ENTRY_OFFSET)); in OptimizedCallAndPushUndefined()
257 __ Blr(codeAddr); in OptimizedCallAndPushUndefined()
1035 Register codeAddr(X5); in CallOptimized() local
1038 __ Ldr(codeAddr, MemoryOperand(method, Method::CODE_ENTRY_OFFSET)); in CallOptimized()
1039 __ Br(codeAddr); in CallOptimized()
Doptimized_fast_call.cpp102 Register codeAddr(X3); in OptimizedFastCallAndPushUndefined() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp628 machineCodeDesc->codeAddr = textAddr; in GetMemoryCodeInfos()