Searched refs:StringIteratorNext (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stub_csigns.h | 119 V(StringIteratorNext)
|
| D | call_signature.h | 626 V(StringIteratorNext) \
|
| D | builtins_lowering.cpp | 460 … result = builder_.CallStub(glue, gate, CommonStubCSigns::StringIteratorNext, { glue, thisObj }); in LowerIteratorNext()
|
| D | common_stubs.cpp | 1115 builder.StringIteratorNext(glue, obj, Gate::InvalidGateRef, &result, &exit, &slowpath); in CREATE_ITERATOR_STUB_BUILDER() 1118 result = CallRuntime(glue, RTSTUB_ID(StringIteratorNext), { obj }); in CREATE_ITERATOR_STUB_BUILDER()
|
| D | call_signature.cpp | 2852 DEF_CALL_SIGNATURE(StringIteratorNext) in DEF_CALL_SIGNATURE() argument 2854 UNARY_CALL_SIGNATURE(StringIteratorNext) in DEF_CALL_SIGNATURE()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.h | 43 void StringIteratorNext(GateRef glue, GateRef thisValue, GateRef numArgs,
|
| D | builtins_stubs.cpp | 368 V(StringIteratorProtoNext, StringIteratorNext, String, Undefined()) \
|
| D | builtins_string_stub_builder.cpp | 2393 void BuiltinsStringStubBuilder::StringIteratorNext(GateRef glue, GateRef thisValue, [[maybe_unused]… in StringIteratorNext() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 273 V(StringIteratorNext) \
|
| D | runtime_stubs.cpp | 1102 DEF_RUNTIME_STUBS(StringIteratorNext) in DEF_RUNTIME_STUBS() argument 1104 RUNTIME_STUBS_HEADER(StringIteratorNext); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 126 V(StringIteratorNext) \
|