Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
H A Dcompare.py32 def exists(name, d): function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H A Dcompare.py33 def exists(name, d): function
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_analysis_results.h90 GetOrCreateElementInMap(std::unordered_map<std::string, std::unique_ptr<T>> &map, const std::string &name, bool &exists) GetOrCreateElementInMap() argument
H A Dbytecode_analysis_results.cpp148 GetOrCreateBytecodeMaps( const std::string &filename, bool &exists) GetOrCreateBytecodeMaps() argument
160 GetOrCreateBytecodeAnalysisResult(const std::string &recordname, bool &exists) GetOrCreateBytecodeAnalysisResult() argument
H A Doptimize_bytecode.cpp413 bool exists = false; in AnalysisBytecode() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Danalysis_bytecode_test.cpp59 bool exists = false; in HWTEST_F() local
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp438 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 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/base/
H A 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/
H A 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
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp464 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 Dbuiltins_array.cpp542 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 Dhelpers.cpp696 bool exists = false; in AnalysisProgram() local
725 bool exists = false; in OptimizeProgram() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3932 bool exists = JSTaggedValue::HasProperty(thread, thisObjVal, i); in DEF_RUNTIME_STUBS() local

Completed in 24 milliseconds