Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp121 using Map = std::unordered_map<uint32_t, uint16_t>; in TEST_F() typedef
133 using Map = std::unordered_map<std::string, std::string>; in TEST_F() typedef
146 using Map = std::unordered_map<std::string, std::vector<uint32_t>>; in TEST_F() typedef
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h90 LocationIndex Map(Location location) in Map() function
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js68 Map.prototype[Symbol.iterator] = iterFunc; class
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp52 JSTaggedValue BuiltinsLazyCallback::Map(JSThread *thread, const JSHandle<JSObject> &obj) in Map() function in panda::ecmascript::builtins::BuiltinsLazyCallback
Dbuiltins_typedarray.cpp901 JSTaggedValue BuiltinsTypedArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsTypedArray
Dbuiltins_array.cpp1389 JSTaggedValue BuiltinsArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsArray
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts65 Map, enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp552 JSTaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandl… in Map() function in panda::ecmascript::JSStableArray
/arkcompiler/toolchain/tooling/base/
Dpt_types.h395 static const std::string Map; // NOLINT (readability-identifier-naming) member
427 static const std::string Map; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp38 const std::string ObjectSubType::Map = "map"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
62 const std::string ObjectClassName::Map = "Map"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp530 HWTEST_F_L0(BuiltinsArrayTest, Map) in HWTEST_F_L0() argument