Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.h91 const std::string &name, bool &exists) in GetOrCreateElementInMap()
Dbytecode_analysis_results.cpp149 const std::string &filename, bool &exists) in GetOrCreateBytecodeMaps()
161 bool &exists) in GetOrCreateBytecodeAnalysisResult()
Doptimize_bytecode.cpp413 bool exists = false; in AnalysisBytecode() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Danalysis_bytecode_test.cpp59 bool exists = false; variable
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp440 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local
464 bool exists = JSTaggedValue::HasProperty(thread, cloneList, index); in PrepareClone() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp464 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local
655 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local
946 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1139 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Map() local
1316 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local
1483 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
1618 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
1769 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
1810 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
1852 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
[all …]
Dbuiltins_array.cpp538 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local
679 bool exists = (thisObjVal->IsTypedArray() || thisObjVal->IsSharedTypedArray() || in CopyWithin() local
775 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
901 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local
1171 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1557 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in MapUnStableJSArray() local
1702 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local
1920 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRightInner() local
2117 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
2247 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in Slice() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp105 bool exists = thisObjVal->IsTypedArray() || thisObjVal->IsSharedTypedArray() || in ElementIsStrictEqualTo() local
326 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, p); in FlattenIntoArray() local
Dtyped_array_helper.cpp1207 bool exists = (BuiltinsBase::GetThis(argv)->IsTypedArray() in someCommon() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp696 bool exists = false; in AnalysisProgram() local
725 bool exists = false; in OptimizeProgram() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp286 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp233 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
297 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local
1685 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in HandleReduceRightOfStable() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3863 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local