Home
last modified time | relevance | path

Searched refs:StringIteratorNext (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stub_csigns.h119 V(StringIteratorNext)
Dcall_signature.h626 V(StringIteratorNext) \
Dbuiltins_lowering.cpp460 … result = builder_.CallStub(glue, gate, CommonStubCSigns::StringIteratorNext, { glue, thisObj }); in LowerIteratorNext()
Dcommon_stubs.cpp1115 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()
Dcall_signature.cpp2852 DEF_CALL_SIGNATURE(StringIteratorNext) in DEF_CALL_SIGNATURE() argument
2854 UNARY_CALL_SIGNATURE(StringIteratorNext) in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h43 void StringIteratorNext(GateRef glue, GateRef thisValue, GateRef numArgs,
Dbuiltins_stubs.cpp368 V(StringIteratorProtoNext, StringIteratorNext, String, Undefined()) \
Dbuiltins_string_stub_builder.cpp2393 void BuiltinsStringStubBuilder::StringIteratorNext(GateRef glue, GateRef thisValue, [[maybe_unused]… in StringIteratorNext() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h273 V(StringIteratorNext) \
Druntime_stubs.cpp1102 DEF_RUNTIME_STUBS(StringIteratorNext) in DEF_RUNTIME_STUBS() argument
1104 RUNTIME_STUBS_HEADER(StringIteratorNext); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h126 V(StringIteratorNext) \