Home
last modified time | relevance | path

Searched refs:GetLengthFromString (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp151 GateRef thisLen = GetLengthFromString(thisValue); in FastSubString()
524 GateRef lhsCount = GetLengthFromString(lhs); in StringIndexOf()
525 GateRef rhsCount = GetLengthFromString(rhs); in StringIndexOf()
Dbuiltins_stubs.cpp176 GateRef thisLen = GetLengthFromString(*thisFlat); in DECLARE_BUILTINS()
255 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS()
371 GateRef thisLen = GetLengthFromString(thisValue); in DECLARE_BUILTINS()
518 GateRef thisLen = GetLengthFromString(*thisFlat); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1450 GateRef CircuitBuilder::GetLengthFromString(GateRef value) in GetLengthFromString() function in panda::ecmascript::kungfu::CircuitBuilder
1617 GateRef length = GetLengthFromString(string); in TryGetHashcodeFromString()
Dstub_builder-inl.h1143 GateRef len = GetLengthFromString(second); in TreeStringIsFlat()
1500 inline GateRef StubBuilder::GetLengthFromString(GateRef value) in GetLengthFromString() function
Dstub_builder.h383 GateRef GetLengthFromString(GateRef value);
Dstub_builder.cpp1299 auto len = GetLengthFromString(string); in StringToElementIndex()
3985 Branch(Int32Equal(GetLengthFromString(left), GetLengthFromString(right)), &hashcodeCompare, in FastStringEqual()
4297 auto len = GetLengthFromString(value); in FastToBoolean()
5803 auto len = GetLengthFromString(key); in TryStringOrSymbolToElementIndex()
Dcircuit_builder.h601 GateRef GetLengthFromString(GateRef value);