| /arkcompiler/ets_runtime/test/moduletest/protobuf/ |
| H A D | minimal.js | 20 util.isString = function isString(value) { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | builtins_lowering.cpp | 82 GateRef isString = builder_.BothAreString(thisObj, thatObj); in TypedLocaleCompare() local
|
| H A D | new_object_stub_builder.cpp | 1182 BRANCH(TaggedIsString(obj), &isString, &isNotString);
in EnumerateObjectProperties() local
|
| H A D | circuit_builder.cpp | 1178 BRANCH_CIR2(TaggedIsString(obj), &isString, ¬String); in ToObject() local 1475 BRANCH_CIR2(TaggedIsString(value), &isString, ¬String); in FastToBoolean() local
|
| H A D | typed_hcr_lowering.cpp | 445 GateRef isString = builder_.TaggedObjectIsString(receiver); in LowerEcmaStringCheck() local
|
| H A D | stub_builder.cpp | 569 BRANCH(TaggedIsString(key), &isString, &isSymblo); in GetKeyHashCode() local 816 BRANCH(IsString(key), &isString, ¬String); in FindEntryFromNameDictionary() local 924 BRANCH(IsString(key), &isString, ¬String); FindEntryFromTransitionDictionary() local 1669 BRANCH(TaggedIsString(value), &isString, &isNonString); TaggedToElementKind() local 2306 BRANCH(TaggedIsString(key), &isString, ¬String); TryToElementsIndex() local 6762 BRANCH(IsString(value), &isString, ¬String); FastToBoolean() local 6861 Branch(IsString(value), &isString, ¬String); FastToBooleanBaseline() local 6980 BRANCH(IsString(value), &isString, ¬String); FastToBooleanWithProfile() local 7100 Branch(IsString(value), &isString, ¬String); FastToBooleanWithProfileBaseline() local 8032 BRANCH(TaggedIsString(obj), &isString, ¬String); ToPrototypeOrObj() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 186 Label *isString = AllocLabel(); in ResolveConditionalResultReference() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 785 BRANCH(TaggedIsString(key), &isString, &loopEnd);
in GetNumKeysFromLayoutInfo() local 877 BRANCH(TaggedIsString(key), &isString, &loopEnd);
in GetNumKeysFromDictionary() local 1543 BRANCH(TaggedIsString(element), &isString, &loopEnd);
in GetOwnPropertyNames() local
|
| H A D | builtins_string_stub_builder.cpp | 124 BRANCH(IsString(thisValue), &isString, slowPath);
in CharAt() local 304 BRANCH(IsString(thisValue), &isString, slowPath);
in CheckParamsAndGetPosition() local 364 BRANCH(IsString(thisValue), &isString, slowPath);
in IndexOf() local 473 BRANCH(IsString(thisValue), &isString, slowPath); Substring() local 605 BRANCH(IsString(thisValue), &isString, slowPath); SubStr() local 988 BRANCH(IsString(thisValue), &isString, slowPath); Slice() local 2127 BRANCH(IsString(thisValue), &isString, slowPath); Concat() local 2208 BRANCH(IsString(thisValue), &isString, slowPath); ToLowerCase() local 2794 BRANCH(IsString(thisValue), &isString, slowPath); StartsWith() local 3107 BRANCH(IsString(thisValue), &isString, slowPath); PadStart() local 3232 BRANCH(IsString(thisValue), &isString, slowPath); PadEnd() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_module.h | 576 void PushFileInfoIsString(bool isString) in PushFileInfoIsString() argument
|
| H A D | mir_function.h | 839 void PushbackIsString(bool isString) in PushbackIsString() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 3246 bool isString = !inst->CastToLenArray()->IsArray(); in VisitLenArray() local
|