Home
last modified time | relevance | path

Searched defs:machineCode (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmachine_code_test.cpp59 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 Dspace.cpp112 uintptr_t machineCode = 0; in GetMachineCodeObject() local
H A Dsparse_space.cpp715 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 Dheap.cpp2592 MachineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(pc)); in GetMachineCodeObject() local
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp117 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode() local
H A Djs_thread.cpp340 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &methodName, in SetJitCodeMap() argument
H A Djs_function.cpp1077 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 Djit_task.cpp217 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 Djit.cpp474 JSTaggedValue machineCode = jsFunction->GetMachineCode(); in CheckJitCompileStatus() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp587 MachineCode *machineCode = MachineCode::Cast(func->GetMachineCode().GetTaggedObject()); in UpdateAndDumpDeoptInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp143 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 Dllvm_aot_compiler.cpp603 compiler::CompiledMethod LLVMAotCompiler::AdaptCode(Method *method, Span<const uint8_t> machineCode) in AdaptCode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3268 inline GateRef StubBuilder::GetIsFastCall(GateRef machineCode) in GetIsFastCall() argument
H A Dstub_builder.cpp10300 GateRef machineCode = TaggedCastToIntPtr(RemoveTaggedWeakTag(weakMachineCode)); in TryToJitReuseCompiledFunc() local

Completed in 44 milliseconds