Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 70) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp65 auto frame = it.GetFrame<AsmInterpretedFrame>(); in PrevJSFrame() local
84 auto *frame = AsmInterpretedFrame::GetFrameFromSp(sp_); in GetNumberArgs() local
91 auto *frame = it.GetFrame<AsmInterpretedFrame>(); in GetNumberArgs() local
94 auto *frame = it.GetFrame<InterpretedFrame>(); in GetNumberArgs() local
120 auto *frame = it.GetFrame<AsmInterpretedFrame>(); in GetAcc() local
123 auto *frame = it.GetFrame<InterpretedFrame>(); in GetAcc() local
158 auto *frame = it.GetFrame<AsmInterpretedFrame>(); in GetThis() local
161 auto *frame = it.GetFrame<InterpretedFrame>(); in GetThis() local
174 auto frame = AsmInterpretedFrame::GetFrameFromSp(sp_); in GetFunction() local
178 auto *frame = BuiltinWithArgvFrame::GetFrameFromSp(sp_); in GetFunction() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp62 auto frame = GetFrame<OptimizedJSFunctionFrame>(); in GetFunction() local
67 auto frame = GetFrame<AsmInterpretedFrame>(); in GetFunction() local
72 auto frame = GetFrame<InterpretedFrame>(); in GetFunction() local
76 auto frame = GetFrame<InterpretedBuiltinFrame>(); in GetFunction() local
80 auto *frame = BuiltinWithArgvFrame::GetFrameFromSp(GetSp()); in GetFunction() local
85 auto *frame = BuiltinFrame::GetFrameFromSp(GetSp()); in GetFunction() local
89 auto *frame = OptimizedBuiltinLeaveFrame::GetFrameFromSp(GetSp()); in GetFunction() local
125 auto frame = GetFrame<OptimizedFrame>(); in Advance() local
135 auto frame = GetFrame<OptimizedEntryFrame>(); in Advance() local
144 auto frame = GetFrame<AsmBridgeFrame>(); in Advance() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dstate.h32 ALWAYS_INLINE inline explicit StateIface(Frame *frame) : acc_(frame->GetAcc()) {} in StateIface()
49 ALWAYS_INLINE inline void SetFrame(Frame *frame) in SetFrame()
92 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, in State()
102 ALWAYS_INLINE inline void UpdateState(const uint8_t *pc, Frame *frame) in UpdateState()
123 ALWAYS_INLINE inline void SetFrame(Frame *frame) in SetFrame()
180 …ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *con… in State()
189 ALWAYS_INLINE inline void UpdateState(const uint8_t *pc, Frame *frame) in UpdateState()
210 ALWAYS_INLINE inline void SetFrame(Frame *frame) in SetFrame()
Dvregister_iterator.h24 …explicit VRegisterIterator(BytecodeInstruction insn, Frame *frame) : instn_(std::move(insn)), fram… in VRegisterIterator()
79 …explicit DimIterator(BytecodeInstruction insn, Frame *frame) : VRegisterIterator<FORMAT>(std::move… in DimIterator()
Dinstruction_handler_state.h27 ALWAYS_INLINE InstructionHandlerState(ManagedThread *thread, const uint8_t *pc, Frame *frame, in InstructionHandlerState()
33 ALWAYS_INLINE void UpdateInstructionHandlerState(const uint8_t *pc, Frame *frame) in UpdateInstructionHandlerState()
58 ALWAYS_INLINE void SetFrame(Frame *frame) in SetFrame()
Dinstruction_handler_base.h35 ALWAYS_INLINE inline explicit StaticFrameHandlerT(Frame *frame) : StaticFrameHandler(frame) {} in StaticFrameHandlerT()
51 ALWAYS_INLINE inline explicit DynamicFrameHandlerT(Frame *frame) : DynamicFrameHandler(frame) {} in DynamicFrameHandlerT()
188 …LINE typename std::enable_if<IS_DYNAMIC_T, DynamicFrameHandler>::type GetFrameHandler(Frame *frame) in GetFrameHandler()
194 …LINE typename std::enable_if<!IS_DYNAMIC_T, StaticFrameHandler>::type GetFrameHandler(Frame *frame) in GetFrameHandler()
204 ALWAYS_INLINE void SetFrame(Frame *frame) in SetFrame()
Dinterpreter_impl.cpp37 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jumpToEh) in ExecuteImpl()
128 auto frame = GetFrame(); in DebugDump() local
Dinterpreter.cpp27 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jumpToEh) in Execute()
Dframe.h120 ALWAYS_INLINE static void *ToExt(Frame *frame, size_t extSz) in ToExt()
430 ALWAYS_INLINE inline explicit FrameHandler(Frame *frame) : frame_(frame) {} in FrameHandler()
634 ALWAYS_INLINE inline explicit StaticFrameHandler(Frame *frame) : FrameHandler(frame) {} in StaticFrameHandler()
657 ALWAYS_INLINE inline explicit DynamicFrameHandler(Frame *frame) : FrameHandler(frame) {} in DynamicFrameHandler()
672 …inline typename std::enable_if<IS_DYNAMIC, DynamicFrameHandler>::type GetFrameHandler(Frame *frame) in GetFrameHandler()
678 …inline typename std::enable_if<!IS_DYNAMIC, StaticFrameHandler>::type GetFrameHandler(Frame *frame) in GetFrameHandler()
781 ALWAYS_INLINE inline void DestroyFrame(mem::StackFrameAllocator *stackFrameAllocator, Frame *frame) in DestroyFrame()
/arkcompiler/runtime_core/static_core/runtime/arch/
Dasm_support.cpp53 extern "C" void OsrEntryAfterCFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopH… in OsrEntryAfterCFrame()
58 extern "C" void OsrEntryAfterIFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopH… in OsrEntryAfterIFrame()
63 extern "C" void OsrEntryTopFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHead… in OsrEntryTopFrame()
/arkcompiler/runtime_core/static_core/runtime/tests/
Di2c_bridge_test.cpp147 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
176 Frame *frame = CreateFrame(1, nullptr, nullptr); in TEST_F() local
213 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
248 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
283 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
311 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
339 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
367 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
395 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
423 Frame *frame = CreateFrame(0, nullptr, nullptr); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp41 void WriteOsrEventError(Frame *frame, FrameKind kind, uintptr_t loopHeadBc) in WriteOsrEventError()
66 Frame *frame = stack.GetIFrame(); in OsrEntry() local
183 extern "C" void SetOsrResult(Frame *frame, uint64_t uval, double fval) in SetOsrResult()
228 static size_t GetStackParamsSize(const Frame *frame) in GetStackParamsSize()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp98 ObjectHeader *LaunchFromInterpreterImpl(Method *method, Frame *frame, const uint8_t *pc) in LaunchFromInterpreterImpl()
124 extern "C" ObjectHeader *LaunchFromInterpreterShort(Method *method, Frame *frame, const uint8_t *pc) in LaunchFromInterpreterShort()
129 extern "C" ObjectHeader *LaunchFromInterpreterLong(Method *method, Frame *frame, const uint8_t *pc) in LaunchFromInterpreterLong()
134 extern "C" ObjectHeader *LaunchFromInterpreterRange(Method *method, Frame *frame, const uint8_t *pc) in LaunchFromInterpreterRange()
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md86 ### Interpreter stack frame
90 ### Compiled code stack frame
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp32 auto frame = CreateFrame(isLast, frameType, message); in SendReply() local
177 auto frame = CreateFrame(true, FrameType::PONG, std::move(payload)); in SendPongFrame() local
185 auto frame = CreateFrame(true, FrameType::CLOSE, ToString(status)); in SendCloseFrame() local
/arkcompiler/runtime_core/static_core/docs/
Druntime-compiled_code-interaction.md92 ### Interpreter stack frame
96 ### Compiled code stack frame
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_interpreter.cpp23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute()
Dtest_interpreter_impl.cpp24 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame) in ExecuteImpl()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_boundary.cpp53 auto frame = GetFrameInfo(); in GeneratePrologue() local
101 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( in CreateFrameInfo() local
164 auto frame = GetFrameInfo(); in RemoveBoundaryFrame() local
Dcodegen_interpreter.h41 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( in CreateFrameInfo() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h55 …ALWAYS_INLINE inline static void InitActualArgs(Frame *frame, Span<Value> argsSpan, uint32_t numVr… in InitActualArgs()
69 …NLINE inline static void InterpreterExecute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in InterpreterExecute()
92 …ALWAYS_INLINE inline static void InitActualArgs(Frame *frame, Span<coretypes::TaggedValue> argsSpa… in InitActualArgs()
108 …NLINE inline static void InterpreterExecute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in InterpreterExecute()
213 …PandaUniquePtr<Frame, FrameDeleter> frame = InitFrame<InvokeHelper>(thread, numActualArgs, args, c… in InvokeInterpretedCode() local
229 void Method::InvokeEntry(ManagedThread *thread, Frame *currentFrame, Frame *frame, const uint8_t *p… in InvokeEntry()
339 PandaUniquePtr<Frame, FrameDeleter> frame = in EnterNativeMethodFrame() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp166 panda::Frame *frame = nullptr; in GetPandaFrame() local
188 static interpreter::StaticVRegisterRef GetThisAddrVRegByPandaFrame(panda::Frame *frame) in GetThisAddrVRegByPandaFrame()
196 static interpreter::DynamicVRegisterRef GetThisAddrVRegByPandaFrameDyn(panda::Frame *frame) in GetThisAddrVRegByPandaFrameDyn()
221 panda::Frame *frame = GetPandaFrame(&stack, frameDepth, nullptr); in GetPandaFrameByPtThread() local
234 Expected<interpreter::StaticVRegisterRef, Error> Debugger::GetVRegByPandaFrame(panda::Frame *frame, in GetVRegByPandaFrame()
249 …cted<interpreter::DynamicVRegisterRef, Error> Debugger::GetVRegByPandaFrameDyn(panda::Frame *frame, in GetVRegByPandaFrameDyn()
301 Frame *frame = ret.Value(); in GetThisVariableByFrame() local
326 Frame *frame = ret.Value(); in GetVariable() local
402 Frame *frame = stack.IsCFrame() ? nullptr : stack.GetIFrame(); in EnumerateFrames() local
487 panda::Frame *frame = stack.GetIFrame(); in RestartFrame() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen_native.cpp24 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( in CreateFrameInfo() local
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp68 FuncFrame frame; in TEST_F() local
110 FuncFrame frame; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
Dasmjit_test.cpp67 FuncFrame frame; in TEST_F() local
109 FuncFrame frame; in TEST_F() local

123