Home
last modified time | relevance | path

Searched defs:lengthTag (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp493 GateRef lengthTag = builder_.Int32(INT_MAX); in TryInlineStringSubStr() local
506 GateRef lengthTag = acc_.GetValueIn(gate, 2); in TryInlineStringSubStr() local
Dtyped_native_inline_lowering.cpp2208 GateRef lengthTag = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerStringSubStr() local
Dmcr_circuit_builder.cpp1866 GateRef CircuitBuilder::StringSubStr(GateRef thisValue, GateRef intStart, GateRef lengthTag) in StringSubStr()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2175 JSHandle<JSTaggedValue> lengthTag = GetCallArg(argv, 1); in SubStr() local
2283 JSHandle<JSTaggedValue> lengthTag = GetCallArg(argv, 0); in Pad() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp624 GateRef lengthTag = GetCallArg1(numArgs); in SubStr() local