Home
last modified time | relevance | path

Searched refs:SetAccToFrame (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h117 inline void SetAccToFrame(GateRef glue, GateRef frame, GateRef value);
Dinterpreter_stub-inl.h329 void InterpreterStubBuilder::SetAccToFrame(GateRef glue, GateRef frame, GateRef value) in SetAccToFrame() function
358 SetAccToFrame(glue, state, acc); in SetFrameState()
Dinterpreter_stub.cpp4906 SetAccToFrame(glue, frame, acc); in DECLARE_ASM_HANDLER()