Searched defs:machineCode (Results 1 - 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | machine_code_test.cpp | 59 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local 79 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local 101 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local 129 TaggedObject *machineCode = factory->NewMachineCodeObject(100, desc); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | space.cpp | 112 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| H A D | sparse_space.cpp | 715 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t pc) in CheckMachineCodeObject() argument 733 uintptr_t machineCode = 0; in GetMachineCodeObject() local
|
| H A D | heap.cpp | 2592 MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(pc)); in GetMachineCodeObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | frames.cpp | 117 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
|
| H A D | js_thread.cpp | 340 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &methodName, in SetJitCodeMap() argument
|
| H A D | js_function.cpp | 1077 void JSFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) in SetJitMachineCodeCache() argument 1198 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) in SetJitCompiledFuncEntry() argument
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_task.cpp | 217 void DumpJitCode(JSHandle<MachineCode> &machineCode, JSHandle<Method> &method) in DumpJitCode() argument 265 TaggedObject *machineCode = hostThread_->GetEcmaVM()->GetFactory()->NewMachineCodeObject(size, codeDesc_); in InstallCode() local
|
| H A D | jit.cpp | 474 JSTaggedValue machineCode = jsFunction->GetMachineCode(); in CheckJitCompileStatus() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 587 MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode().GetTaggedObject()); in UpdateAndDumpDeoptInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 143 auto machineCode = std::get<0>(item); in DumpJitCode() local 177 MachineCode *machineCode = MachineCode::Cast(machineCodeTagVal.GetTaggedObject()); in AssembleJitCodeMap() local [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_aot_compiler.cpp | 603 compiler::CompiledMethod LLVMAotCompiler::AdaptCode(Method *method, Span<const uint8_t> machineCode) in AdaptCode() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder-inl.h | 3268 inline GateRef StubBuilder::GetIsFastCall(GateRef machineCode) in GetIsFastCall() argument
|
| H A D | stub_builder.cpp | 10300 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToJitReuseCompiledFunc() local
|
Completed in 46 milliseconds