Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp58 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
78 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
100 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
128 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
156 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
182 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
208 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
Djs_hclass_test.cpp85 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp220 void DumpJitCode(const JSThread *thread, JSHandle<MachineCode> &machineCode, JSHandle<Method> &meth… in DumpJitCode()
299 …TaggedObject *machineCode = hostThread_->GetEcmaVM()->GetFactory()->NewMachineCodeObject(size, cod… in InstallCode() local
Dcompile_decision.cpp247 JSTaggedValue machineCode = jsFunction_->GetMachineCode(vm_->GetJSThread()); in CheckJsFunctionStatus() local
/arkcompiler/ets_runtime/common_components/tests/
Dtest_hooks.cpp35 void MarkThreadLocalJitFortInstalled(void* thread, void* machineCode) {} in MarkThreadLocalJitFortInstalled()
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp112 uintptr_t machineCode = 0; in GetMachineCodeObject() local
Dsparse_space.cpp836 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject()
863 uintptr_t machineCode = 0; in GetMachineCodeObject() local
Dheap.cpp2877 …MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(p… in GetMachineCodeObject() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp114 auto machineCode = std::get<0>(item); in DumpJitCode() local
149 MachineCode *machineCode = MachineCode::Cast(machineCodeTagVal.GetTaggedObject()); in AssembleJitCodeMap() local
764 uintptr_t machineCode = 0; in ArkGetMethodIdWithJit() local
/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/
Dhooks.cpp293 void MarkThreadLocalJitFortInstalled(void *thread, void *machineCode) in MarkThreadLocalJitFortInstalled()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp644 … MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode(thread_).GetTaggedObject()); in UpdateAndDumpDeoptInfo() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1188 …SFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetJitMachineCodeCache()
1305 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool… in SetJitCompiledFuncEntry()
Dframes.cpp116 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
Djs_thread.cpp480 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
/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.h3603 …const MachineCode *machineCode = MachineCode::Cast(func->GetBaselineCode(thread).GetTaggedObject()… in RuntimeGetBytecodePcOfstForBaseline() local
3655 …const MachineCode *machineCode = MachineCode::Cast(func->GetBaselineCode(thread).GetTaggedObject()… in RuntimeGetNativePcOfstForBaseline() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3660 inline GateRef StubBuilder::GetIsFastCall(GateRef machineCode) in GetIsFastCall()
Dstub_builder.cpp12579 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToJitReuseCompiledFunc() local