Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp59 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
80 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
103 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
132 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
160 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
186 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
212 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jit/
Dcompile_decision.cpp130 JSTaggedValue machineCode = jsFunction_->GetMachineCode(); in CheckJsFunctionStatus() local
Djit_task.cpp215 void DumpJitCode(JSHandle<MachineCode> &machineCode, JSHandle<Method> &method) in DumpJitCode()
263 …TaggedObject *machineCode = hostThread_->GetEcmaVM()->GetFactory()->NewMachineCodeObject(size, cod… in InstallCode() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp108 uintptr_t machineCode = 0; in GetMachineCodeObject() local
Dsparse_space.cpp820 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject()
838 uintptr_t machineCode = 0; in GetMachineCodeObject() local
Dheap.cpp2731 …MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(p… in GetMachineCodeObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1124 …SFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetJitMachineCodeCache()
1131 …Function::SetBaselineJitCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetBaselineJitCodeCache()
1251 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool… in SetJitCompiledFuncEntry()
Dframes.cpp122 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
Djs_thread.cpp337 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp142 auto machineCode = std::get<0>(item); in DumpJitCode() local
176 MachineCode *machineCode = MachineCode::Cast(machineCodeTagVal.GetTaggedObject()); in AssembleJitCodeMap() local
796 uintptr_t machineCode = 0; in ArkGetMethodIdWithJit() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp586 MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode().GetTaggedObject()); in UpdateAndDumpDeoptInfo() 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.h3441 const MachineCode *machineCode = MachineCode::Cast(func->GetBaselineCode().GetTaggedObject()); in RuntimeGetBytecodePcOfstForBaseline() local
3492 const MachineCode *machineCode = MachineCode::Cast(func->GetBaselineCode().GetTaggedObject()); in RuntimeGetNativePcOfstForBaseline() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11149 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToJitReuseCompiledFunc() local
11198 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToBaselineJitReuseCompiledFunc() local
Dstub_builder-inl.h3446 inline GateRef StubBuilder::GetIsFastCall(GateRef machineCode) in GetIsFastCall()