| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | machine_code_test.cpp | 58 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
|
| D | js_hclass_test.cpp | 85 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 220 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
|
| D | compile_decision.cpp | 247 JSTaggedValue machineCode = jsFunction_->GetMachineCode(vm_->GetJSThread()); in CheckJsFunctionStatus() local
|
| /arkcompiler/ets_runtime/common_components/tests/ |
| D | test_hooks.cpp | 35 void MarkThreadLocalJitFortInstalled(void* thread, void* machineCode) {} in MarkThreadLocalJitFortInstalled()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | space.cpp | 112 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| D | sparse_space.cpp | 836 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject() 863 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| D | heap.cpp | 2877 …MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(p… in GetMachineCodeObject() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 114 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/ |
| D | hooks.cpp | 293 void MarkThreadLocalJitFortInstalled(void *thread, void *machineCode) in MarkThreadLocalJitFortInstalled()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 644 … MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode(thread_).GetTaggedObject()); in UpdateAndDumpDeoptInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 1188 …SFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetJitMachineCodeCache() 1305 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool… in SetJitCompiledFuncEntry()
|
| D | frames.cpp | 116 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
|
| D | js_thread.cpp | 480 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
|
| /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 | 3603 …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/ |
| D | stub_builder-inl.h | 3660 inline GateRef StubBuilder::GetIsFastCall(GateRef machineCode) in GetIsFastCall()
|
| D | stub_builder.cpp | 12579 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToJitReuseCompiledFunc() local
|