Home
last modified time | relevance | path

Searched refs:SetLengthToFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp803 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h281 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
Dnew_object_stub_builder.cpp560 SetLengthToFunction(glue_, result->ReadVariable(), length); in NewJSFunction()
Dstub_builder.h651 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
Dinterpreter_stub.cpp4369 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
4393 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
Dstub_builder-inl.h2633 inline void StubBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function