Home
last modified time | relevance | path

Searched defs:isFast (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.cpp81 bool isFast = IsFastValueToQuotedString(str); // fast mode in AppendValueToQuotedString() local
143 bool isFast = IsFastValueToQuotedString(sp); // fast mode in AppendValueToQuotedString() local
Djson_parser.cpp507 bool isFast = true; in ParseNumber() local
913 bool JsonParser<T>::ReadNumberRange(bool &isFast, int32_t &fastInteger) in ReadNumberRange()
Dnumber_helper.cpp266 bool isFast = DtoaHelper::FixedDtoa(absValue, digitNumber, in DoubleToFixedString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1028 Label isFast(env); in Keys() local
1290 Label isFast(env); in GetOwnPropertyNames() local
1399 Label isFast(env); in GetOwnPropertySymbols() local
1664 Label isFast(env); in Entries() local
2038 Label isFast(env); in GetOwnPropertyDescriptors() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp236 bool isFast = kungfu::BuiltinsStubCSigns::IsFastBuiltin(builtinId); in NewSMethodForNativeFunction() local
Dobject_factory.cpp126 bool isFast = kungfu::BuiltinsStubCSigns::IsFastBuiltin(builtinId); in NewMethodForNativeFunction() local