Searched defs:Map (Results 201 - 225 of 234) sorted by relevance

12345678910

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java56 import java.util.Map;
3695 Map<TestAllTypesNano, Integer> map =
4341 private <K, V> void setMap(Map<K, V> map, K[] keys, V[] values) {
4349 Map<K, V> map, K[] keys, V[] values) throws Exception {
4348 assertMapSet( Map<K, V> map, K[] keys, V[] values) argument
/external/r8/src/main/java/com/android/tools/r8/shaking/
H A DEnqueuer.java46 import java.util.Map;
47 import java.util.Map.Entry;
69 private Map<DexType, Set<DexMethod>> virtualInvokes = Maps.newIdentityHashMap();
70 private Map<DexType, Set<DexMethod>> superInvokes = Maps.newIdentityHashMap();
71 private Map<DexType, Set<DexMethod>> directInvokes = Maps.newIdentityHashMap();
72 private Map<DexType, Set<DexMethod>> staticInvokes = Maps.newIdentityHashMap();
73 private Map<DexType, Set<DexField>> instanceFieldsWritten = Maps.newIdentityHashMap();
74 private Map<DexType, Set<DexField>> instanceFieldsRead = Maps.newIdentityHashMap();
75 private Map<DexType, Set<DexField>> staticFieldsRead = Maps.newIdentityHashMap();
76 private Map<DexTyp
166 registerItemWithTarget( Map<DexType, Set<T>> seen, T item) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp229 /// Map a stub address to a specific instance of a JITResolver so that
233 std::map<void*, JITResolver*> Map; member in class:__anon19920::StubToResolverMapTy
235 /// Guards Map from concurrent accesses.
242 Map.insert(std::make_pair(Stub, Resolver));
247 Map.erase(Stub);
256 std::map<void*, JITResolver*>::const_iterator I = Map.upper_bound(Stub);
257 assert(I != Map.begin() && "This is not a known stub!");
265 for (std::map<void*, JITResolver*>::const_iterator I = Map.begin(),
266 E = Map.end(); I != E; ++I) {
848 DEBUG(dbgs() << "JIT: Map \'" << M
[all...]
/external/syslinux/efi32/include/efi/
H A Defiprot.h481 EFI_IO_MAP Map; member in struct:_EFI_DEVICE_IO_INTERFACE
/external/syslinux/efi64/include/efi/
H A Defiprot.h481 EFI_IO_MAP Map; member in struct:_EFI_DEVICE_IO_INTERFACE
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defiprot.h481 EFI_IO_MAP Map; member in struct:_EFI_DEVICE_IO_INTERFACE
/external/v8/src/ast/
H A Dast-types.h318 static bitset Lub(i::Map* map);
398 i::Handle<i::Map> Map() { return map_; } function in class:v8::internal::AstBitsetType::AstClassType
404 static AstType* New(i::Handle<i::Map> map, Zone* zone) {
414 AstClassType(AstBitsetType::bitset bitset, i::Handle<i::Map> map)
420 Handle<i::Map> map_;
709 static AstType* Class(i::Handle<i::Map> map, Zone* zone) {
786 static AstType* For(i::Map* map) {
790 static AstType* For(i::Handle<i::Map> map) { return For(*map); }
875 Iterator<i::Map> Classe
[all...]
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp691 /// VirtualBaseInfo - Map from all the (direct or indirect) virtual bases
695 /// NonVirtualBaseInfo - Map from all the direct non-virtual bases of the
3040 const auto &Map = KeyFunctions; local
3041 auto I = Map.find(Method->getParent());
3044 if (I == Map.end()) return;
/external/clang/lib/Serialization/
H A DASTWriter.cpp1307 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
1310 AddPath(Map.getModuleMapFileForUniquing(WritingModule)->getName(), Record);
1314 Map.getAdditionalModuleMapFiles(WritingModule)) {
3729 StoredDeclsMap *Map = DC->getPrimaryContext()->buildLookup();
3732 if (Map) {
3733 LookupResults.reserve(Map->size());
3734 for (auto &Entry : *Map)
3779 StoredDeclsMap *Map = DC->buildLookup();
3780 if (!Map || Map
[all...]
H A DASTReader.cpp3241 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
3242 const FileEntry *ModMap = M ? Map.getModuleMapFileForUniquing(M) : nullptr;
3289 if (auto *AdditionalModuleMaps = Map.getAdditionalModuleMapFiles(M)) {
5175 diag::Severity Map = (diag::Severity)F.PragmaDiagMappings[Idx++]; local
5176 DiagnosticMapping Mapping = Diag.makeUserMapping(Map, Loc);
6854 InitialCapacity> &Map) {
6855 if (Map.begin() == Map.end())
6860 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp202 /// Map a register pair Reg to the subregister that has the greater "number",
1874 BlockRangeMap Map; member in struct:SlotInfo
1878 SlotInfo() : Map(), Size(0), RC(nullptr) {}
1996 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B];
2013 auto &RL = FIRangeMap[I.first].Map[&B];
2025 auto &RL = FIRangeMap[I.first].Map[&B];
2040 for (auto &R : P.second.Map)
2057 auto F = P.second.Map.find(&B);
2059 if (F == P.second.Map.end() || F->second.empty())
2098 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[
[all...]
/external/v8/src/compiler/
H A Deffect-control-linearizer.cc64 typedef ZoneMap<Key, BlockEffectControlData> Map; typedef in class:v8::internal::compiler::__anon23149::BlockEffectControlMap
66 Map map_;
950 __ Int32Constant(1 << Map::kIsUndetectable)),
1080 ZoneHandleSet<Map> const& maps = p.maps();
1110 __ Word32And(bitfield3, __ Int32Constant(Map::Deprecated::kMask)),
1705 __ Int32Constant(1 << Map::kIsCallable),
1707 __ Int32Constant((1 << Map::kIsCallable) |
1708 (1 << Map::kIsUndetectable))));
1739 __ Word32And(value_bit_field, __ Int32Constant(1 << Map::kIsCallable)));
1831 __ Int32Constant(1 << Map
[all...]
/external/v8/tools/
H A Dgrokdump.py1071 class Map(HeapObject): class in inherits:HeapObject
1133 p.Print("Map(%08x)" % (self.address))
1613 "MAP_TYPE": Map,
1641 meta_map = Map(self, None, address)
1660 object = Map(self, None, address)
2994 Map(self.heap, None, start).Print(Printer())
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3055 GetConstantCFStringEntry(llvm::StringMap<llvm::GlobalVariable *> &Map, argument
3064 return *Map.insert(std::make_pair(String, nullptr)).first;
3083 return *Map.insert(std::make_pair(
3090 GetConstantStringEntry(llvm::StringMap<llvm::GlobalVariable *> &Map, argument
3094 return *Map.insert(std::make_pair(String, nullptr)).first;
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp111 typedef DenseSet<DeclContext *, DeclMapInfo> Map; typedef in class:llvm::dsymutil::__anon13614::DeclContext
163 DeclContext::Map Contexts;
1424 const DebugMap &Map);
3275 const DebugMap &Map) {
3282 auto ErrOrObj = BinaryHolder.Get(Map.getTriple());
3421 bool DwarfLinker::link(const DebugMap &Map) { argument
3423 if (!createStreamer(Map.getTriple(), OutputFilename))
3430 DebugMap ModuleMap(Map.getTriple(), Map.getBinaryPath());
3432 for (const auto &Obj : Map
3274 loadObject(BinaryHolder &BinaryHolder, DebugMapObject &Obj, const DebugMap &Map) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp121 /// RegUseTracker - Map register candidates to information about how they are
2716 RegMapTy Map; local
2724 Map.insert(std::make_pair(Reg, ImmMapTy()));
2739 const ImmMapTy &Imms = Map.find(Reg)->second;
2786 Map.clear();
H A DObjCARC.cpp59 /// Map - Map keys to indices in Vector.
61 MapTy Map; member in class:__anon20244::MapVector
77 assert(Vector.size() >= Map.size()); // May differ due to blotting.
78 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end();
86 (Map.count(I->first) &&
87 Map[I->first] == size_t(I - Vector.begin())));
93 Map.insert(std::make_pair(Arg, size_t(0)));
105 Map
[all...]
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc704 int HeapEntriesMap::Map(HeapThing thing) { function in class:v8::internal::HeapEntriesMap
885 int index = entries_->Map(ptr);
934 switch (Map::cast(object)->instance_type()) {
936 case instance_type: return "system / Map (" #Name ")";
939 default: return "system / Map";
1028 ExtractMapReferences(entry, Map::cast(obj));
1256 void V8HeapExplorer::ExtractMapReferences(int entry, Map* map) {
1269 Map::kTransitionsOrPrototypeInfoOffset);
1275 Map::kTransitionsOrPrototypeInfoOffset);
1280 Map
[all...]
/external/clang/lib/Driver/
H A DTools.cpp4851 StringRef Map = A->getValue(); local
4852 if (Map.find('=') == StringRef::npos)
4853 D.Diag(diag::err_drv_invalid_argument_to_fdebug_prefix_map) << Map;
4855 CmdArgs.push_back(Args.MakeArgString("-fdebug-prefix-map=" + Map));
11227 // Map the -O we received to -O{0,1,2,3}.
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp155 /// Map register candidates to information about how they are used.
3649 DenseMap<const SCEV *, ImmMapTy> Map; local
3655 auto Pair = Map.insert(std::make_pair(Reg, ImmMapTy()));
3668 const ImmMapTy &Imms = Map.find(Reg)->second;
3715 Map.clear();
/external/clang/include/clang/Sema/
H A DSema.h235 llvm::DenseMap<FileID, FileNullability> Map; member in class:clang::FileNullabilityMap
251 Map[Cache.File] = Cache.Nullability;
256 Cache.Nullability = Map[file];
1696 /// Map of current shadowing declarations to shadowed declarations. Warn if
6744 /// \brief Map from the most recent declaration of a namespace to the most
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h638 Map, member in class:XFA_Element
/external/slf4j/integration/lib/
H A Dslf4j-api-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
/external/v8/include/
H A Dv8.h2086 * Returns true if this value is a Map.
2096 * Returns true if this value is a Map Iterator.
3374 * An instance of the built-in Map constructor (ECMA-262, 6th Edition, 23.1.1).
3376 class V8_EXPORT Map : public Object { class in namespace:v8
3382 V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context,
3397 * Creates a new empty Map.
3399 static Local<Map> New(Isolate* isolate);
3401 V8_INLINE static Map* Cast(Value* obj);
3404 Map();
8572 // Map
[all...]
/external/v8/src/
H A Dobjects.h129 // - Map
1008 V(Map) \
1433 // by ES6 Map and Set.
1491 Map* GetPrototypeChainRootMap(Isolate* isolate);
1594 static inline MapWord FromMap(const Map* map);
1597 inline Map* ToMap();
1638 inline Map* map() const;
1639 inline void set_map(Map* value);
1643 inline void set_map_no_write_barrier(Map* value);
1646 inline Map* synchronized_ma
5606 class Map: public HeapObject { class in class:v8::internal::KeyCollectionMode
[all...]

Completed in 3601 milliseconds

12345678910