Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp523 GateRef lengthTag = builder_.Int32(INT_MAX); in TryInlineStringSubStr() local
536 GateRef lengthTag = acc_.GetValueIn(gate, 2); in TryInlineStringSubStr() local
H A Dmcr_circuit_builder.cpp1778 GateRef CircuitBuilder::StringSubStr(GateRef thisValue, GateRef intStart, GateRef lengthTag) in StringSubStr() argument
H A Dtyped_native_inline_lowering.cpp2273 GateRef lengthTag = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerStringSubStr() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp2159 JSHandle<JSTaggedValue> lengthTag = GetCallArg(argv, 1); in SubStr() local
2267 JSHandle<JSTaggedValue> lengthTag = GetCallArg(argv, 0); in Pad() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp633 GateRef lengthTag = GetCallArg1(numArgs); in SubStr() local

Completed in 25 milliseconds