Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp143 SetLengthToFunction(glue, cloneFunc, GetLengthFromFunction(value)); in CloneJSFunction()
1119 SetLengthToFunction(glue, result->ReadVariable(), length); in NewJSFunction()
Dcircuit_builder.cpp909 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function in panda::ecmascript::kungfu::CircuitBuilder
Dinterpreter_stub.cpp4864 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
4917 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
5526 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
5555 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
Dcircuit_builder.h328 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
Dstub_builder.h788 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
Dstub_builder-inl.h3097 inline void StubBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1517 SetLengthToFunction(glue, result, length); in GenerateCircuit()
1547 SetLengthToFunction(glue, result, length); in GenerateCircuit()