Home
last modified time | relevance | path

Searched refs:SetFunctionToFrame (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h116 inline void SetFunctionToFrame(GateRef glue, GateRef frame, GateRef value);
Dinterpreter_stub-inl.h341 void InterpreterStubBuilder::SetFunctionToFrame(GateRef glue, GateRef frame, GateRef value) in SetFunctionToFrame() function
357 SetFunctionToFrame(glue, state, function); in SetFrameState()