Searched refs:codeAddr (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 62 uintptr_t codeAddr = machineCodeObj->GetFuncAddr(); in InstallCode() local 64 methodHandle->SetCompiledFuncEntry(codeAddr, funcEntryDes->isFastCall_); in InstallCode()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | aot_data.h | 57 AotData(const File *pfile, Graph *graph, AddressType codeAddr, uint64_t *intfInlineCacheIndex, in AotData() argument 67 codeAddress_(codeAddr), in AotData()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | machine_code.h | 35 uintptr_t codeAddr {0};
|
| D | machine_code.cpp | 55 …if (memcpy_s(pText, codeSizeAlign, reinterpret_cast<uint8_t*>(desc->codeAddr), desc->codeSize) != … in SetData()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 208 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()
|
| D | optimized_fast_call.cpp | 102 Register codeAddr(X3); in OptimizedFastCallAndPushUndefined() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 628 machineCodeDesc->codeAddr = textAddr; in GetMemoryCodeInfos()
|