Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 10 of 10) 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.h91 LocationIndex Map(Location location) in Map() function
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js68 Map.prototype[Symbol.iterator] = iterFunc; class
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts65 Map, enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp483 JSTaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandl… in Map() function in panda::ecmascript::JSStableArray
/arkcompiler/toolchain/tooling/base/
Dpt_types.h252 static const std::string Map; // NOLINT (readability-identifier-naming) member
284 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/
Dbuiltins_typedarray.cpp878 JSTaggedValue BuiltinsTypedArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsTypedArray
Dbuiltins_array.cpp1401 JSTaggedValue BuiltinsArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsArray
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp486 HWTEST_F_L0(BuiltinsArrayTest, Map) in HWTEST_F_L0() argument