| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| H A D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| H A D | compare.py | 33 def exists(name, d): function
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | bytecode_analysis_results.h | 90 GetOrCreateElementInMap(std::unordered_map<std::string, std::unique_ptr<T>> &map, const std::string &name, bool &exists) GetOrCreateElementInMap() argument
|
| H A D | bytecode_analysis_results.cpp | 148 GetOrCreateBytecodeMaps( const std::string &filename, bool &exists) GetOrCreateBytecodeMaps() argument 160 GetOrCreateBytecodeAnalysisResult(const std::string &recordname, bool &exists) GetOrCreateBytecodeAnalysisResult() argument
|
| H A D | optimize_bytecode.cpp | 413 bool exists = false; in AnalysisBytecode() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | analysis_bytecode_test.cpp | 59 bool exists = false; in HWTEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.cpp | 438 bool exists = JSTaggedValue::HasProperty(thread, transfer, k); in PrepareTransfer() local 462 bool exists = JSTaggedValue::HasProperty(thread, cloneList, index); in PrepareClone() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A 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/base/ |
| H A 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/ |
| H A 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
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 464 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local 544 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in CheckElementForEvery() local 676 bool exists = (thisHandle->IsTypedArray() || thisHandle->IsSharedTypedArray() || in Some() local 829 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local 1120 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); ForEach() local 1313 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); Map() local 1490 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); ReduceUnStableJSArray() local 1657 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); Shift() local 1792 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); Slice() local 1943 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Splice() local 1984 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Splice() local 2026 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Splice() local 2166 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Unshift() local [all...] |
| H A D | builtins_array.cpp | 542 bool exists = JSTaggedValue::HasProperty(thread, ele, fromKey); in Concat() local 779 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in Every() local 905 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); in FilterUnStableJSArray() local 1175 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); ForEach() local 1563 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); MapUnStableJSArray() local 1708 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, k)); ReduceUnStableJSArray() local 1926 bool exists = (thisHandle->IsTypedArray() || JSTaggedValue::HasProperty(thread, thisObjVal, key)); ReduceRightInner() local 2123 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, k); Shift() local 2253 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, key); Slice() local 2330 bool exists = (thisHandle->IsTypedArray() || thisHandle->IsSharedTypedArray() || Some() local 2474 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Splice() local 2517 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Splice() local 2559 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Splice() local 2777 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, fromKey); Unshift() local [all...] |
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | helpers.cpp | 696 bool exists = false; in AnalysisProgram() local 725 bool exists = false; in OptimizeProgram() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3932 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local
|