Searched refs:SetLengthToFunction (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 803 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | circuit_builder.h | 281 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
|
| D | new_object_stub_builder.cpp | 560 SetLengthToFunction(glue_, result->ReadVariable(), length); in NewJSFunction()
|
| D | stub_builder.h | 651 void SetLengthToFunction(GateRef glue, GateRef function, GateRef value);
|
| D | interpreter_stub.cpp | 4369 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER() 4393 SetLengthToFunction(glue, result, ZExtInt8ToInt32(length)); in DECLARE_ASM_HANDLER()
|
| D | stub_builder-inl.h | 2633 inline void StubBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction() function
|