Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.h91 const std::string &name, bool &exists) in GetOrCreateElementInMap()
Dbytecode_analysis_results.cpp147 const std::string &filename, bool &exists) in GetOrCreateBytecodeMaps()
159 bool &exists) in GetOrCreateBytecodeAnalysisResult()
Doptimize_bytecode.cpp401 bool exists = false; in AnalysisBytecode() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Danalysis_bytecode_test.cpp59 bool exists = false; variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py32 def exists(name, d): function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Dcompare.py33 def exists(name, d): function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp550 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local
691 bool exists = (thisObjVal->IsTypedArray() || thisObjVal->IsSharedTypedArray() || in CopyWithin() local
787 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local
917 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local
1187 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in ForEach() local
1569 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in MapUnStableJSArray() local
1717 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local
1908 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRight() local
2105 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local
2235 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
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp509 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local
533 bool exists = JSTaggedValue::HasProperty(thread, cloneList, index); in PrepareClone() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp684 bool exists = false; in AnalysisProgram() local
713 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
1932 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in HandleReduceRightOfStable() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4635 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp3464 ani_boolean exists = ANI_FALSE; in ~ClearExceptionScope() local