Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h54 inline GateRef GetFrame(GateRef CurrentSp);
H A Dbaseline_stub_builder.h183 inline GateRef GetFrame(GateRef CurrentSp) in GetFrame() argument
185 return PtrSub(CurrentSp, IntPtr(AsmInterpretedFrame::GetSize(GetEnvironment()->IsArch32Bit()))); in GetFrame()
H A Dbaseline_stubs-inl.h211 GateRef BaselineStubBuilder::GetFrame(GateRef CurrentSp) in GetFrame() argument
213 return PtrSub(CurrentSp, IntPtr(AsmInterpretedFrame::GetSize(GetEnvironment()->IsArch32Bit()))); in GetFrame()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h123 #define GET_FRAME(CurrentSp) \
124 (reinterpret_cast<InterpretedFrame *>(CurrentSp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
H A Dinterpreter-inl.cpp110 #define GET_FRAME(CurrentSp) \
111 (reinterpret_cast<InterpretedFrame *>(CurrentSp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
H A Dinterpreter_assembly.cpp66 #define GET_ASM_FRAME(CurrentSp) \
67 (reinterpret_cast<AsmInterpretedFrame *>(CurrentSp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h246 GateRef InterpreterStubBuilder::GetFrame(GateRef CurrentSp) in GetFrame() argument
248 return PtrSub(CurrentSp, IntPtr(AsmInterpretedFrame::GetSize(GetEnvironment()->IsArch32Bit()))); in GetFrame()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp77 #define GET_ASM_FRAME(CurrentSp) \
78 (reinterpret_cast<AsmInterpretedFrame *>(CurrentSp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)

Completed in 35 milliseconds