Home
last modified time | relevance | path

Searched refs:GetAccOffset (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h370 ALWAYS_INLINE static inline constexpr uint32_t GetAccOffset() in GetAccOffset() function in ark::Frame
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h152 IntPtr(AsmInterpretedFrame::GetAccOffset(GetEnvironment()->IsArch32Bit()))); in GetAccFromFrame()
H A Dbaseline_stubs-inl.h170 IntPtr(AsmInterpretedFrame::GetAccOffset(GetEnvironment()->IsArch32Bit()))); in GetAccFromFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h294 IntPtr(AsmInterpretedFrame::GetAccOffset(GetEnvironment()->IsArch32Bit()))); in GetAccFromFrame()
373 IntPtr(AsmInterpretedFrame::GetAccOffset(GetEnvironment()->IsArch32Bit())), value); in SetAccToFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp1398 __ Movq(Operand(frameStateBase, AsmInterpretedFrame::GetAccOffset(false)), rsi); in DeoptEnterAsmInterp()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp1389 __ Ldr(Register(X23), MemoryOperand(frameStateBase, AsmInterpretedFrame::GetAccOffset(false))); in DeoptEnterAsmInterp()
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.h1078 static size_t GetAccOffset(bool isArch32) in GetAccOffset() function

Completed in 14 milliseconds