Searched defs:machineCode (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 220 void DumpJitCode(JSHandle<MachineCode> &machineCode, JSHandle<Method> &method) in DumpJitCode() 268 …TaggedObject *machineCode = hostThread_->GetEcmaVM()->GetFactory()->NewMachineCodeObject(size, cod… in InstallCode() local
|
| D | jit.cpp | 353 JSTaggedValue machineCode = profCell->GetMachineCode().GetWeakRawValue(); in ReuseCompiledFunc() local 504 JSTaggedValue machineCode = jsFunction->GetMachineCode(); in CheckJitCompileStatus() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | space.cpp | 106 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| D | sparse_space.cpp | 740 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject() 758 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| D | heap.cpp | 2548 …MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(p… in GetMachineCodeObject() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 586 MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode().GetTaggedObject()); in UpdateAndDumpDeoptInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 1074 …SFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetJitMachineCodeCache() 1195 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool… in SetJitCompiledFuncEntry()
|
| D | frames.cpp | 117 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
|
| D | js_thread.cpp | 342 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 139 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/ |
| D | llvm_aot_compiler.cpp | 603 compiler::CompiledMethod LLVMAotCompiler::AdaptCode(Method *method, Span<const uint8_t> machineCode) in AdaptCode()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 3413 const MachineCode *machineCode = MachineCode::Cast(func->GetBaselineCode().GetTaggedObject()); in RuntimeGetBytecodePcOfstForBaseline() local
|