Home
last modified time | relevance | path

Searched defs:linkedMap (Results 1 – 10 of 10) 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/tests/
Ddump_test.cpp174 JSHandle<LinkedHashMap> linkedMap(LinkedHashMap::Create(thread)); in NewJSMap() local
187 JSHandle<LinkedHashMap> linkedMap( in NewJSSharedMap() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp419 JSHandle<LinkedHashMap> linkedMap( in CreateSharedMap() local
432 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread_); in CreateMap() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp238 JSHandle<LinkedHashMap> linkedMap(LinkedHashMap::Create(thread)); in NewJSMap() local
250 JSHandle<LinkedHashMap> linkedMap( in NewJSSharedMap() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1640 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in CreateMap() local
2317 JSHandle<LinkedHashMap> linkedMap( in CreateSMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp517 …GateRef linkedMap = builder_.LoadConstOffset(VariableType::JS_ANY(), receiver, JSMap::LINKED_MAP_O… in LowerMapSize() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1421 JSHandle<LinkedHashMap> linkedMap = in New() local