| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_analysis_results.h | 91 const std::string &name, bool &exists) in GetOrCreateElementInMap()
|
| D | bytecode_analysis_results.cpp | 147 const std::string &filename, bool &exists) in GetOrCreateBytecodeMaps() 159 bool &exists) in GetOrCreateBytecodeAnalysisResult()
|
| D | optimize_bytecode.cpp | 401 bool exists = false; in AnalysisBytecode() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | analysis_bytecode_test.cpp | 59 bool exists = false; variable
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 33 def exists(name, d): function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 550 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/ |
| D | array_helper.cpp | 105 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/ |
| D | value_serializer.cpp | 509 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/ |
| D | helpers.cpp | 684 bool exists = false; in AnalysisProgram() local 713 bool exists = false; in OptimizeProgram() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_second_test.cpp | 286 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 233 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/ |
| D | runtime_stubs.cpp | 4635 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani_interaction_api.cpp | 3464 ani_boolean exists = ANI_FALSE; in ~ClearExceptionScope() local
|