/arkcompiler/ets_runtime/ecmascript/tests/ |
D | template_map_test.cpp | 89 HWTEST_F_L0(TemplateMapTest, Insert) in HWTEST_F_L0() argument 99 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal); in HWTEST_F_L0() 104 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal1); in HWTEST_F_L0() 110 TemplateMap::Insert(thread, templateMap, tempMapKey1, templateArrVal1); in HWTEST_F_L0() 299 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue); in HWTEST_F_L0() 328 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue); in HWTEST_F_L0() 355 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue); in HWTEST_F_L0()
|
D | js_api_list_test.cpp | 151 toor->Insert(thread, toor, value, len); in HWTEST_F_L0() 156 toor->Insert(thread, toor, value, 0); in HWTEST_F_L0() 163 toor->Insert(thread, toor, value, 5); in HWTEST_F_L0() 186 toor->Insert(thread, toor, value, len); in HWTEST_F_L0() 192 toor->Insert(thread, toor, value, 0); in HWTEST_F_L0() 198 toor->Insert(thread, toor, value, 5); in HWTEST_F_L0() 245 JSAPIList::Insert(thread, list, value1, 0); in HWTEST_F_L0()
|
D | js_api_linked_list_test.cpp | 160 toor->Insert(thread, toor, value, len); in HWTEST_F_L0() 165 toor->Insert(thread, toor, value, 0); in HWTEST_F_L0() 172 toor->Insert(thread, toor, value, 5); in HWTEST_F_L0() 195 toor->Insert(thread, toor, value, len); in HWTEST_F_L0() 201 toor->Insert(thread, toor, value, 0); in HWTEST_F_L0() 207 toor->Insert(thread, toor, value, 5); in HWTEST_F_L0() 298 JSAPILinkedList::Insert(thread, list, value1, 0); in HWTEST_F_L0()
|
D | js_api_vector_test.cpp | 325 HWTEST_F_L0(JSAPIVectorTest, Insert) in HWTEST_F_L0() argument 331 JSAPIVector::Insert(thread, toor, value, 0); in HWTEST_F_L0() 343 JSAPIVector::Insert(thread, toor, value, -1); in HWTEST_F_L0() 346 JSAPIVector::Insert(thread, toor, value, static_cast<int32_t>(elementsNums + 1)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_parser.cpp | 301 rangeResult.Insert(curRange); in ParseAlternative() 1244 result->Insert(s1); in ParseClassRanges() 1259 result->Insert(s2); in ParseClassRanges() 1269 result->Insert(c1, c2); in ParseClassRanges() 1274 result->Insert(s1); in ParseClassRanges() 1279 result->Insert(RangeSet(c1 - 'a' + 'A')); in ParseClassRanges() 1281 result->Insert(RangeSet(c1 - 'A' + 'a')); in ParseClassRanges() 1318 atom->Insert(RangeSet(value)); in ParseClassAtom() 1337 atom->Insert(RangeSet(static_cast<uint32_t>('\b'))); in ParseClassEscape() 1344 atom->Insert(RangeSet(static_cast<uint32_t>('-'))); in ParseClassEscape() [all …]
|
D | regexp_opcode.cpp | 201 buf->Insert(offset, GetSize()); in InsertOpCode() 216 buf->Insert(offset, GetSize()); in InsertOpCode() 267 buf->Insert(offset, GetSize()); in InsertOpCode() 281 buf->Insert(offset, GetSize()); in InsertOpCode() 324 buf->Insert(offset, GetSize()); in InsertOpCode() 507 buf->Insert(offset, GetSize()); in InsertOpCode() 522 buf->Insert(offset, GetSize()); in InsertOpCode() 571 void RangeSet::Insert(uint32_t start, uint32_t end) in Insert() function in panda::ecmascript::RangeSet 625 cr.Insert(firstMax + 'A' - 'a', secondMin + 'A' - 'a'); in Inter() 628 cr.Insert(firstMax - 'A' + 'a', secondMin - 'A' + 'a'); in Inter() [all …]
|
D | regexp_parser.h | 203 cr.Insert(MINLOWERCHAR, MAXLOWERCHAR); in ProcessIntersection() 205 cr.Insert(MINUPPERCHAR, MAXUPPERCHAR); in ProcessIntersection() 207 result->Insert(cr1); in ProcessIntersection()
|
D | regexp_opcode.h | 312 Insert(value, value); in RangeSet() 316 Insert(start, end); in RangeSet() 359 void Insert(uint32_t start, uint32_t end); 360 void Insert(const RangeSet &s1);
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_list.h | 29 static JSTaggedValue Insert(EcmaRuntimeCallInfo *argv);
|
D | containers_arraylist.h | 31 static JSTaggedValue Insert(EcmaRuntimeCallInfo *argv);
|
D | containers_linked_list.h | 30 static JSTaggedValue Insert(EcmaRuntimeCallInfo *argv);
|
D | containers_vector.h | 28 static JSTaggedValue Insert(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | literals.h | 74 void Insert(LiteralBuffer *other) in Insert() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | linked_hash_table.cpp | 39 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert() function in panda::ecmascript::LinkedHashTable 147 return LinkedHashTable<LinkedHashMap, LinkedHashMapObject>::Insert(thread, obj, key, value); in Set() 202 return LinkedHashTable<LinkedHashSet, LinkedHashSetObject>::Insert(thread, obj, key, key); in Add()
|
D | template_string.cpp | 61 TemplateMap::Insert(thread, templateMap, rawStringsTag, templateArr); in GetTemplateObject()
|
D | tagged_list.h | 135 static JSTaggedValue Insert(JSThread *thread, const JSHandle<TaggedSingleList> &taggedList, 177 static JSTaggedValue Insert(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedList,
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | region-inl.h | 121 set->Insert(ToUintPtr(this), addr); in InsertCrossRegionRSet() 170 set->Insert(ToUintPtr(this), addr); in InsertOldToNewRSet()
|
D | dyn_chunk.cpp | 54 int DynChunk::Insert(uint32_t position, size_t len) in Insert() function in panda::ecmascript::DynChunk
|
D | remembered_set.h | 45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert() function
|
D | dyn_chunk.h | 42 int Insert(uint32_t position, size_t len);
|
/arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
D | dyn_chunk_test.cpp | 63 dynChunk.Insert(1, 1); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_list.h | 34 static JSTaggedValue Insert(JSThread *thread, const JSHandle<JSAPIList> &list,
|
D | js_api_linked_list.h | 36 static JSTaggedValue Insert(JSThread *thread, const JSHandle<JSAPILinkedList> &list,
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/ |
D | containerslistinsert_fuzzer.cpp | 109 ContainersList::Insert(callInfo); in ContainerslistInsertFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_list_test.cpp | 181 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() 195 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() 225 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() 522 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersList, Insert); in HWTEST_F_L0() 538 CONTAINERS_API_EXCEPTION_TEST(ContainersList, Insert, callInfo); in HWTEST_F_L0()
|