Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.cpp167 bool isFast = IsFastValueToQuotedString(str); // fast mode in AppendValueToQuotedString() local
Djson_parser.cpp519 bool isFast = true; in ParseNumber() local
925 bool JsonParser<T>::ReadNumberRange(bool &isFast, int32_t &fastInteger) in ReadNumberRange()
Dnumber_helper.cpp271 bool isFast = DtoaHelper::FixedDtoa(absValue, digitNumber, in DoubleToFixedString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1012 Label isFast(env); in Keys() local
1276 Label isFast(env); in GetOwnPropertyNames() local
1385 Label isFast(env); in GetOwnPropertySymbols() local
1650 Label isFast(env); in Entries() local
2024 Label isFast(env); in GetOwnPropertyDescriptors() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp275 bool isFast = kungfu::BuiltinsStubCSigns::IsFastBuiltin(builtinId); in NewSMethodForNativeFunction() local
Dobject_factory.cpp134 bool isFast = kungfu::BuiltinsStubCSigns::IsFastBuiltin(builtinId); in NewMethodForNativeFunction() local