Searched refs:SetLengthToFunction (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 143 SetLengthToFunction(glue, cloneFunc, GetLengthFromFunction(value)); in CloneJSFunction() 1119 SetLengthToFunction(glue, result->ReadVariable(), length); in NewJSFunction()
|
| D | circuit_builder.cpp | 909 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | interpreter_stub.cpp | 4864 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()
|
| D | circuit_builder.h | 328 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
|
| D | stub_builder.h | 788 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
|
| D | stub_builder-inl.h | 3097 inline void StubBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1517 SetLengthToFunction(glue, result, length); in GenerateCircuit() 1547 SetLengthToFunction(glue, result, length); in GenerateCircuit()
|