Home
last modified time | relevance | path

Searched defs:linkedMap (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_map.cpp46 LinkedHashMap *linkedMap = LinkedHashMap::Cast(map->GetLinkedMap().GetTaggedObject()); in Clear() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_map.cpp44 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in WeakMapConstructor() local
H A Dbuiltins_map.cpp44 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in MapConstructor() local
H A Dbuiltins_shared_map.cpp49 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread, in Constructor() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp432 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread_); in CreateMap() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1581 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in CreateMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp520 GateRef linkedMap = builder_.LoadConstOffset(VariableType::JS_ANY(), receiver, JSMap::LINKED_MAP_OFFSET); in LowerMapSize() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1436 JSHandle<LinkedHashMap> linkedMap = in New() local

Completed in 27 milliseconds