| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | machine_code_test.cpp | 59 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/ |
| D | compile_decision.cpp | 130 JSTaggedValue machineCode = jsFunction_->GetMachineCode(); in CheckJsFunctionStatus() local
|
| D | jit_task.cpp | 215 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/ |
| D | space.cpp | 108 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| D | sparse_space.cpp | 820 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject() 838 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| D | heap.cpp | 2731 …MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(p… in GetMachineCodeObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 1124 …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()
|
| D | frames.cpp | 122 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
|
| D | js_thread.cpp | 337 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 142 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/ |
| D | deoptimizer.cpp | 586 MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode().GetTaggedObject()); in UpdateAndDumpDeoptInfo() 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 | 3441 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/ |
| D | stub_builder.cpp | 11149 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToJitReuseCompiledFunc() local 11198 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToBaselineJitReuseCompiledFunc() local
|
| D | stub_builder-inl.h | 3446 inline GateRef StubBuilder::GetIsFastCall(GateRef machineCode) in GetIsFastCall()
|