Searched defs:thisIsHeapobject (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 122 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath);
in CharAt() local 302 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath);
in CheckParamsAndGetPosition() local 362 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath);
in IndexOf() local 471 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); Substring() local 603 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); SubStr() local 2792 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); StartsWith() local 3105 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); PadStart() local 3230 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); PadEnd() local [all...] |
Completed in 7 milliseconds