Home
last modified time | relevance | path

Searched refs:GetRTInterface (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp489 … uintptr_t entryBegin = thread->GetRTInterface(kungfu::RuntimeStubCSigns::ID_AsmInterpreterEntry); in IsEntryFrameHeaderOrTail()
491 entryBegin = thread->GetRTInterface(kungfu::RuntimeStubCSigns::ID_GeneratorReEnterAsmInterp); in IsEntryFrameHeaderOrTail()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp315 auto entry = thread_->GetRTInterface(kungfu::RuntimeStubCSigns::ID_OptimizedFastCallEntry); in FastCallAot()
Djs_thread.h344 Address GetRTInterface(size_t id) const in GetRTInterface() function
Decma_context.cpp230 auto entry = thread_->GetRTInterface(kungfu::RuntimeStubCSigns::ID_JSFunctionEntry); in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp230 auto entry = thread->GetRTInterface(kungfu::RuntimeStubCSigns::ID_AsmInterpreterEntry); in Execute()
273 auto entry = thread->GetRTInterface(kungfu::RuntimeStubCSigns::ID_GeneratorReEnterAsmInterp); in GeneratorReEnterInterpreter()