Home
last modified time | relevance | path

Searched refs:GetFp (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
H A Dglobal_regs.h81 ALWAYS_INLINE inline void *GetFp() in GetFp() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinstruction_handler_base.h40 return reinterpret_cast<interpreter::VRegister *>(arch::regs::GetFp()); in GetVRegisters()
56 return reinterpret_cast<interpreter::VRegister *>(arch::regs::GetFp()); in GetVRegisters()
H A Dstate.h153 fpSpill_ = arch::regs::GetFp(); in SaveState()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.h213 JSTaggedType *GetFp() const in GetFp() function in panda::ecmascript::FrameHandler
H A Dinterpreter_assembly.cpp7767 thread->SetLastFp(frameHandler.GetFp());
7774 thread->SetLastFp(frameHandler.GetFp());
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dstack_walker.h125 void *GetFp() in GetFp() function in ark::StackWalker
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_root.cpp167 LOG(DEBUG, GC) << " VisitRoots frame " << std::hex << stack.GetFp(); in VisitLocalRoots()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1755 thread->SetLastFp(frameHandler.GetFp()); in DEF_RUNTIME_STUBS()
1775 thread->SetLastFp(frameHandler.GetFp()); in DEF_RUNTIME_STUBS()

Completed in 23 milliseconds