Searched refs:InstructionHandlerState (Results 1 – 5 of 5) sorted by relevance
/ark/runtime_core/runtime/interpreter/ |
D | instruction_handler_state.h | 24 class InstructionHandlerState { 26 ALWAYS_INLINE InstructionHandlerState(ManagedThread *thread, const uint8_t *pc, Frame *frame) in InstructionHandlerState() function 31 ~InstructionHandlerState() = default; 32 DEFAULT_MOVE_SEMANTIC(InstructionHandlerState); 33 DEFAULT_COPY_SEMANTIC(InstructionHandlerState);
|
D | instruction_handler_base.h | 32 ALWAYS_INLINE InstructionHandlerBase(InstructionHandlerState *state) : state_(state) {} in InstructionHandlerBase() 224 ALWAYS_INLINE InstructionHandlerState *GetInstructionHandlerState() in GetInstructionHandlerState() 230 InstructionHandlerState *state_;
|
D | interpreter-inl.h | 89 ALWAYS_INLINE inline InstructionHandler(InstructionHandlerState *state) in InstructionHandler()
|
/ark/runtime_core/docs/ |
D | interpreter-language-extensions.md | 20 InstructionHandlerState<...> state(thread, pc, frame); 42 The interpreter uses [`InstructionHandlerState`](../runtime/interpreter/instruction_handler_state.h… 54 ALWAYS_INLINE inline ECMAInstructionHandler(InstructionHandlerState<enable_profiling>* state) 79 InstructionHandlerState<...> state(thread, pc, frame);
|
/ark/runtime_core/runtime/interpreter/templates/ |
D | interpreter-inl_gen.h.erb | 56 InstructionHandlerState state(thread, pc, frame); 137 …state = InstructionHandlerState(thread, method->GetInstructions() + handler.GetFrame()->GetBytecod… 169 state = InstructionHandlerState(thread, sp.cend(), handler.GetFrame());
|