| /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/benchmark/ |
| D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | analysis_bytecode_test.cpp | 59 bool exists = false; variable
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 33 def exists(name, d): function
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | value_serializer.cpp | 457 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local 481 bool exists = JSTaggedValue::HasProperty(thread, cloneList, index); in PrepareClone() local
|
| /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 1578 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in MapUnStableJSArray() local 1726 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); in ReduceUnStableJSArray() local 1944 … bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); in ReduceRightInner() local 2141 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Shift() local 2271 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_frontend/es2panda/util/ |
| D | helpers.cpp | 683 bool exists = false; in AnalysisProgram() local 712 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 | 232 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local 296 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); in Splice() local 1917 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); in HandleReduceRightOfStable() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 4195 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local
|