Searched defs:posTag (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 233 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 0); in CharAt() local 272 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 0); in CharCodeAt() local 306 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 0); in CodePointAt() local 377 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 1); in EndsWith() local 422 JSHandle<JSTaggedValue> posTag = BuiltinsBase::GetCallArg(argv, 1); in Includes() local 453 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 1); in IndexOf() local 495 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 1); in LastIndexOf() local 1837 JSHandle<JSTaggedValue> posTag = BuiltinsString::GetCallArg(argv, 1); in StartsWith() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 136 GateRef posTag = GetCallArg0(numArgs); in CharAt() local 302 GateRef posTag = GetCallArg0(numArgs); in CheckParamsAndGetPosition() local 368 GateRef posTag = GetCallArg1(numArgs); in IndexOf() local 3105 GateRef posTag = GetCallArg1(numArgs); in StartsWith() local 3224 GateRef posTag = GetCallArg1(numArgs); in EndsWith() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.cpp | 419 GateRef posTag = (argc == 0) ? (builder_.Int32(0)) : (acc_.GetValueIn(gate, 1)); in TryInlineStringCharCodeAt() local
|
| D | mcr_circuit_builder.cpp | 1840 GateRef CircuitBuilder::StringCharCodeAt(GateRef thisValue, GateRef posTag) in StringCharCodeAt()
|