Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_map.cpp46 LinkedHashMap *linkedMap = LinkedHashMap::Cast(map->GetLinkedMap(thread).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.cpp423 JSHandle<LinkedHashMap> linkedMap( in CreateSharedMap() local
436 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.cpp437 JSHandle<LinkedHashMap> linkedMap(LinkedHashMap::Create(thread)); in NewJSMap() local
449 JSHandle<LinkedHashMap> linkedMap( in NewJSSharedMap() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp1729 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in CreateMap() local
2406 JSHandle<LinkedHashMap> linkedMap( in CreateSMap() local
Dserializer_test.cpp1858 JSHandle<LinkedHashMap> linkedMap = LinkedHashMap::Create(thread); in CreateMap() local
2535 JSHandle<LinkedHashMap> linkedMap( in CreateSMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp582 …GateRef linkedMap = builder_.LoadConstOffset(VariableType::JS_ANY(), receiver, JSMap::LINKED_MAP_O… in LowerMapSize() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1561 JSHandle<LinkedHashMap> linkedMap = in New() local