Home
last modified time | relevance | path

Searched defs:machineCode (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp220 void DumpJitCode(JSHandle<MachineCode> &machineCode, JSHandle<Method> &method) in DumpJitCode()
268 …TaggedObject *machineCode = hostThread_->GetEcmaVM()->GetFactory()->NewMachineCodeObject(size, cod… in InstallCode() local
Djit.cpp353 JSTaggedValue machineCode = profCell->GetMachineCode().GetWeakRawValue(); in ReuseCompiledFunc() local
504 JSTaggedValue machineCode = jsFunction->GetMachineCode(); in CheckJitCompileStatus() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp106 uintptr_t machineCode = 0; in GetMachineCodeObject() local
Dsparse_space.cpp740 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject()
758 uintptr_t machineCode = 0; in GetMachineCodeObject() local
Dheap.cpp2548 …MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(p… in GetMachineCodeObject() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp586 MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode().GetTaggedObject()); in UpdateAndDumpDeoptInfo() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1074 …SFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetJitMachineCodeCache()
1195 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool… in SetJitCompiledFuncEntry()
Dframes.cpp117 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
Djs_thread.cpp342 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp139 auto machineCode = std::get<0>(item); in DumpJitCode() local
173 MachineCode *machineCode = MachineCode::Cast(machineCodeTagVal.GetTaggedObject()); in AssembleJitCodeMap() local
875 uintptr_t machineCode = 0; in ArkGetMethodIdWithJit() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp603 compiler::CompiledMethod LLVMAotCompiler::AdaptCode(Method *method, Span<const uint8_t> machineCode) in AdaptCode()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3413 const MachineCode *machineCode = MachineCode::Cast(func->GetBaselineCode().GetTaggedObject()); in RuntimeGetBytecodePcOfstForBaseline() local