/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | lazy.h | 49 static constexpr bool VALUE = sizeof(F<Value>(nullptr)) == 1 && sizeof(G<Value>(nullptr)) == 1; member 56 static constexpr bool VALUE = IsLazyStreamValue<decltype((*(static_cast<Stream *>(nullptr)))())>::VALUE; member 125 template <typename F, typename L, std::enable_if_t<IsLazyStream<F>::VALUE, int> = 0> 136 template <typename F, typename L, std::enable_if_t<IsLazyStream<F>::VALUE, int> = 0> 149 template <typename F, std::enable_if_t<IsLazyStream<F>::VALUE, int> = 0> 168 template <typename Fetcher, typename Func, std::enable_if_t<IsLazyStream<Fetcher>::VALUE, int> = 0> 178 template <typename Fetcher, typename Func, std::enable_if_t<IsLazyStream<Fetcher>::VALUE, int> = 0> 186 template <typename Fetcher, typename Accum, typename Func, std::enable_if_t<IsLazyStream<Fetcher>::VALUE, int> = 0> 195 template <typename F, std::enable_if_t<IsLazyStream<F>::VALUE, in [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | gate_meta_data_builder.h | 68 #define DECLARE_CACHED_VALUE_META(VALUE) \ 69 GateMetaData cachedMerge##VALUE##_ { OpCode::MERGE, GateFlags::CONTROL, VALUE, 0, 0 }; \ 70 GateMetaData cachedLoopBegin##VALUE##_ { OpCode::LOOP_BEGIN, GateFlags::CONTROL, VALUE, 0, 0 }; \ 71 GateMetaData cachedDependSelector##VALUE##_ { OpCode::DEPEND_SELECTOR, GateFlags::FIXED, 1, VALUE, 0 }; 75 #define DECLARE_CACHED_VALUE_META(VALUE) \ 76 OneParameterMetaData cachedArg##VALUE##_ { OpCode::ARG, GateFlags::HAS_ROOT, 0, 0, 0, VALUE }; [all...] |
H A D | share_gate_meta_data.cpp | 347 #define DECLARE_CACHED_VALUE_CASE(VALUE) \ in Arg() 348 case VALUE: { \ in Arg() 349 return &cache_.cachedArg##VALUE##_; \ in Arg()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/ |
H A D | conflict_types.js | 65 const VALUE = 'bar'; 67 dataMap.set(KEY, VALUE);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_array_iterator_test.cpp | 136 handleJSArrayIter = factory->NewJSArrayIterator(handleJSObjectTaggedArray, IterationKind::VALUE); in HWTEST_F_L0() 137 EXPECT_EQ(handleJSArrayIter->GetIterationKind(), IterationKind::VALUE); in HWTEST_F_L0() 144 handleJSArrayIter->SetIterationKind(IterationKind::VALUE); in HWTEST_F_L0() 145 EXPECT_EQ(handleJSArrayIter->GetIterationKind(), IterationKind::VALUE); in HWTEST_F_L0()
|
H A D | js_map_iterator_test.cpp | 58 iterKind = IterationKind::VALUE; in HWTEST_F_L0() 134 mapIterator->SetIterationKind(IterationKind::VALUE); in HWTEST_F_L0() 135 EXPECT_EQ(mapIterator->GetIterationKind(), IterationKind::VALUE); in HWTEST_F_L0() 202 // change Iterationkind to VALUE in HWTEST_F_L0() 203 mapIterator->SetIterationKind(IterationKind::VALUE); in HWTEST_F_L0()
|
H A D | js_api_tree_map_iterator_test.cpp | 67 treeMapIterator->SetIterationKind(IterationKind::VALUE); in HWTEST_F_L0() 68 EXPECT_EQ(treeMapIterator->GetIterationKind(), IterationKind::VALUE); in HWTEST_F_L0() 89 factory->NewJSAPITreeMapIterator(jsTreeMap, IterationKind::VALUE); in HWTEST_F_L0() 153 // Create Iterator with VALUE in HWTEST_F_L0() 154 treeMapIterator = JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::VALUE); in HWTEST_F_L0() 214 // Create Iterator with VALUE in HWTEST_F_L0() 217 factory->NewJSAPITreeMapIterator(jsTreeMap, IterationKind::VALUE); in HWTEST_F_L0()
|
H A D | js_api_tree_set_iterator_test.cpp | 57 treeSetIterator->SetIterationKind(IterationKind::VALUE); in HWTEST_F_L0() 58 EXPECT_EQ(treeSetIterator->GetIterationKind(), IterationKind::VALUE); in HWTEST_F_L0() 78 factory->NewJSAPITreeSetIterator(jsTreeSet, IterationKind::VALUE); in HWTEST_F_L0() 136 // Create Iterator with VALUE in HWTEST_F_L0() 137 treeSetIterator = JSAPITreeSetIterator::CreateTreeSetIterator(thread, treeSetVal, IterationKind::VALUE); in HWTEST_F_L0() 166 // Create Iterator with KEY or VALUE in HWTEST_F_L0()
|
H A D | js_set_iterator_test.cpp | 63 JSSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), IterationKind::VALUE); in HWTEST_F_L0() 69 EXPECT_EQ(setIterator2->GetIterationKind(), IterationKind::VALUE); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_lightweightmap.cpp | 36 JSHandle<TaggedArray> valueArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::VALUE); in IncreaseCapacityTo() 79 ReplaceValue(thread, lightWeightMap, index, value, AccossorsKind::VALUE); 84 InsertValue(thread, lightWeightMap, index, value, AccossorsKind::VALUE); 96 JSHandle<TaggedArray> valueArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::VALUE); in Get() 110 JSHandle<TaggedArray> oldValueArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::VALUE); in HasAll() 112 JSHandle<TaggedArray> newValueArray = GetArrayByKind(thread, newLightWeightMap, AccossorsKind::VALUE); in HasAll() 145 JSHandle<TaggedArray> valueArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::VALUE); in HasValue() 194 JSHandle<TaggedArray> valueArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::VALUE); in GetIndexOfValue() 239 JSHandle<TaggedArray> valueArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::VALUE); in GetValueAt() 247 JSHandle<TaggedArray> needValueArray = GetArrayByKind(thread, needLightWeightMap, AccossorsKind::VALUE); in SetAll() [all...] |
H A D | js_api_lightweightset_iterator.cpp | 61 if (itemKind == IterationKind::VALUE) { in Next()
|
H A D | js_api_lightweightmap_iterator.cpp | 60 if (itemKind == IterationKind::VALUE) { in Next()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/ |
H A D | indirect_call.js | 80 const VALUE = 2; 83 result.set(KEY, VALUE);
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | field_data_accessor.cpp | 56 } else if (tag == FieldTag::VALUE) { in GetValueInternal() 81 if (tag == FieldTag::INT_VALUE || tag == FieldTag::VALUE) { in GetValueInternal()
|
/arkcompiler/ets_frontend/ets2panda/ir/module/ |
H A D | importDeclaration.h | 24 enum class ImportKinds { VALUE, TYPE }; member in ark::es2panda::ir::ImportKinds 29 const ImportKinds importKind = ImportKinds::VALUE) in ImportDeclaration()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | field_data_accessor.cpp | 59 } else if (tag == FieldTag::VALUE) { in GetValueInternal() 85 if (tag == FieldTag::INT_VALUE || tag == FieldTag::VALUE) { in GetValueInternal()
|
/arkcompiler/runtime_core/static_core/verification/util/tests/ |
H A D | environment.cpp | 84 static const auto VALUE = STRING | NUM | BOOL; in EnvOptions() local 94 static const auto KV_PAIR = ~WS >> NAME >> ~WS >> EQ >> ~WS >> VALUE >> ~WS >> DELIM |= KV_PAIR_HANDLER; in EnvOptions()
|
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
H A D | etsImportDeclaration.h | 30 const ImportKinds importKind = ImportKinds::VALUE) in ETSImportDeclaration()
|
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | importDeclarationBuilder.h | 59 ImportKinds importKind_ = ImportKinds::VALUE;
|
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
H A D | code_info_tables.h | 158 BIT_TABLE_COLUMN(1, Value, VALUE) 206 BIT_TABLE_COLUMN(0, Value, VALUE)
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_map_iterator.cpp | 70 if (itemKind == IterationKind::VALUE) { in NextInternal() 151 } else if (itemKind == IterationKind::VALUE) { in MapIteratorToList()
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array_iterator.cpp | 99 if (itemKind == IterationKind::VALUE) { in NextInternal()
|
H A D | js_shared_map_iterator.cpp | 63 if (itemKind == IterationKind::VALUE) { in NextInternal()
|
H A D | js_shared_set_iterator.cpp | 56 if (itemKind == IterationKind::VALUE || itemKind == IterationKind::KEY) { in NextInternal()
|
/arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/ |
H A D | mapiteratorefget_fuzzer.cpp | 109 mapIterator->SetIterationKind(IterationKind::VALUE); in MapIteratorRefGetKindFuzzTest()
|