Home
last modified time | relevance | path

Searched refs:it (Results 101 – 125 of 334) sorted by relevance

12345678910>>...14

/art/test/619-checker-current-method/
Dinfo.txt2 code does not need it.
/art/test/563-checker-fakestring/
Dinfo.txt2 it cannot be used before a call to StringFactory.
/art/test/616-cha-interface-default/
Dinfo.txt2 Test it under multidex configuration to check cross-dex inlining.
/art/dexlayout/
Ddex_ir_builder.cc116 auto it = collection_.find(offset); in GetExistingObject() local
117 return it != collection_.end() ? it->second : nullptr; in GetExistingObject()
132 auto it = collection_.emplace(offset, object); in AddItem() local
133 CHECK(it.second) << "CollectionMap already has an object with offset " << offset << " " in AddItem()
134 << " and address " << it.first->second; in AddItem()
845 for (CatchHandlerIterator it(accessor, disk_try_item); it.HasNext(); it.Next()) { in DedupeOrCreateCodeItem() local
846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem()
850 new TypeAddrPair(type_id, it.GetHandlerAddress()))); in DedupeOrCreateCodeItem()
968 for (auto it = direct_methods_it.begin(); it != direct_methods_it.end(); ++it) { in CreateClassData() local
969 direct_methods->push_back(GenerateMethodItem(dex_file, *it)); in CreateClassData()
[all …]
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali12 # That exception is caught by the catch handler so we execute it a second time.
13 # Now p0 == 1. When we we execute the div-int instruction, it succeeds and we
/art/test/550-new-instance-clinit/
Dinfo.txt2 HNewInstance as not having side effects even though it
/art/test/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/art/test/138-duplicate-classes-check2/
Dinfo.txt2 it before creating the dex file).
/art/test/594-load-string-regression/
Dinfo.txt1 Regression test for LoadString listing side effects when it doesn't have any
/art/test/440-stmp/
Dinfo.txt2 a S/D register a temp, while it conflicted with the
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc263 auto it = std::find(adjacent_nodes_->begin(), adjacent_nodes_->end(), other); in RemoveInterference() local
264 if (it != adjacent_nodes_->end()) { in RemoveInterference()
265 adjacent_nodes_->erase(it); in RemoveInterference()
1250 for (auto it = range_endpoints.begin(); it != range_endpoints.end(); ++it) { in BuildInterferenceGraph() local
1255 std::tie(position, is_range_beginning, node) = *it; in BuildInterferenceGraph()
1306 auto it = interval_node_map_.find(next_sibling); in FindCoalesceOpportunities() local
1307 if (it != interval_node_map_.end()) { in FindCoalesceOpportunities()
1308 InterferenceNode* sibling_node = it->second; in FindCoalesceOpportunities()
1321 auto it = interval_node_map_.find(parent); in FindCoalesceOpportunities() local
1322 if (it != interval_node_map_.end()) { in FindCoalesceOpportunities()
[all …]
/art/dexdump/
Ddexdump.cc784 for (CatchHandlerIterator it(accessor, try_item); it.HasNext(); it.Next()) { in dumpCatches() local
785 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches()
787 fprintf(gOutFile, " %s -> 0x%04x\n", descriptor, it.GetHandlerAddress()); in dumpCatches()
1715 CallSiteArrayValueIterator it(*pDexFile, call_site_id); in dumpCallSite() local
1716 if (it.Size() < 3) { in dumpCallSite()
1721 uint32_t method_handle_idx = static_cast<uint32_t>(it.GetJavaValue().i); in dumpCallSite()
1722 it.Next(); in dumpCallSite()
1723 dex::StringIndex method_name_idx = static_cast<dex::StringIndex>(it.GetJavaValue().i); in dumpCallSite()
1725 it.Next(); in dumpCallSite()
1726 dex::ProtoIndex method_type_idx = static_cast<dex::ProtoIndex>(it.GetJavaValue().i); in dumpCallSite()
[all …]
Ddexdump_cfg.cc167 auto it = dex_pc_to_node_id.find(dex_pc); in DumpMethodCFG() local
168 if (it != dex_pc_to_node_id.end()) { in DumpMethodCFG()
188 last_node_id = it->second; in DumpMethodCFG()
302 auto it = handled_targets.find(handler_pc); in DumpMethodCFG() local
303 if (it == handled_targets.end()) { in DumpMethodCFG()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h60 auto it = method_offset_map_.map.find(method_ref); in GetOffset() local
61 return (it != method_offset_map_.map.end()) ? it->second - adjustment_ : 0u; in GetOffset()
/art/test/155-java-set-resolved-type/
Dinfo.txt2 type in the dex cache while it was not in the class loader's class table.
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/art/test/626-set-resolved-string/
Dinfo.txt3 strings it references are strongly interned.
/art/tools/jvmti-agents/wrapagentproperties/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
26 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/dump-jvmti-state/
DAndroid.bp24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
25 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/list-extensions/
DAndroid.bp24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
25 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
26 // to be same ISA as what it is attached to.
/art/test/996-breakpoint-obsolete/
Dinfo.txt4 methods and that it is possible to set breakpoints on obsolete methods.
/art/test/606-erroneous-class/
Dinfo.txt2 from being stored into it. This was bogus because the status of a class can be
/art/test/080-oom-throw/
Dinfo.txt2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
/art/test/626-const-class-linking/
Dinfo.txt1 Test that once a const-class instruction is linked, it will keep referring

12345678910>>...14