Home
last modified time | relevance | path

Searched defs:linkedMap (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_map.cpp46 LinkedHashMap *linkedMap = LinkedHashMap::Cast(map->GetLinkedMap().GetTaggedObject()); in Clear() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp44 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in WeakMapConstructor() local
Dbuiltins_map.cpp44 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in MapConstructor() local
Dbuiltins_shared_map.cpp49 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread, in Constructor() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp411 JSHandle<LinkedHashMap> linkedMap( in CreateSharedMap() local
424 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread_); in CreateMap() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp225 JSHandle<LinkedHashMap> linkedMap(LinkedHashMap::Create(thread)); in NewJSMap() local
238 JSHandle<LinkedHashMap> linkedMap( in NewJSSharedMap() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp78 JSHandle<LinkedHashMap> linkedMap( in CreateSharedMap() local
110 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in CreateJSMap() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp242 JSHandle<LinkedHashMap> linkedMap(LinkedHashMap::Create(thread)); in NewJSMap() local
254 JSHandle<LinkedHashMap> linkedMap( in NewJSSharedMap() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1649 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in CreateMap() local
2326 JSHandle<LinkedHashMap> linkedMap( in CreateSMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp525 …GateRef linkedMap = builder_.LoadConstOffset(VariableType::JS_ANY(), receiver, JSMap::LINKED_MAP_O… in LowerMapSize() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1521 JSHandle<LinkedHashMap> linkedMap = in New() local