Home
last modified time | relevance | path

Searched refs:it (Results 151 – 175 of 334) sorted by relevance

12345678910>>...14

/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/chain-agents/
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/hiddenapi/
DAndroid.bp44 // in cc_defaults because it'd get overridden by the load hook even
45 // when it uses PrependProperties.
DREADME.md41 is no single unused bit such that setting it would not increase the size of the
44 * bit 5 for fields as it carries no other meaning
47 * bit 9 for native methods, as it carries no meaning and bit 8 (`native`) will
/art/tools/jvmti-agents/enable-vlog/
DAndroid.bp23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/libartbase/base/
Dhiddenapi_flags.h228 for (std::vector<std::string>::iterator it = begin; it != end; it++) { in FromNames() local
229 ApiList current = FromName(*it); in FromNames()
231 if (ApiStubs::IsStubsFlag(*it)) { in FromNames()
/art/test/534-checker-bce-deoptimization/
Dinfo.txt4 The runtime used to trip on that test because it used to deopt the
/art/tools/jvmti-agents/titrace/
Dtitrace.cc176 auto it = bytecode_cache_.find(method); in LookupBytecode() local
177 if (it == bytecode_cache_.end()) { in LookupBytecode()
189 it = pair.first; in LookupBytecode()
193 return it->second; in LookupBytecode()
/art/compiler/optimizing/
Doptimizing_unit_test.h82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
83 HInstruction* current = it.Current(); in RemoveSuspendChecks()
Dinduction_var_range.h140 for (HInstructionIterator it(loop->GetHeader()->GetPhis()); !it.Done(); it.Advance()) { in ReVisit()
141 induction_analysis_->cycles_.erase(it.Current()->AsPhi()); in ReVisit()
/art/runtime/gc/allocator/
Drosalloc.cc136 for (auto it = free_page_runs_.begin(); it != free_page_runs_.end(); ) { in AllocPages() local
137 FreePageRun* fpr = *it; in AllocPages()
143 it = free_page_runs_.erase(it); in AllocPages()
171 ++it; in AllocPages()
179 auto it = free_page_runs_.rbegin(); in AllocPages() local
180 … if (it != free_page_runs_.rend() && (last_free_page_run = *it)->End(this) == base_ + footprint_) { in AllocPages()
233 it = free_page_runs_.rbegin(); in AllocPages()
234 DCHECK(it != free_page_runs_.rend()); in AllocPages()
235 FreePageRun* fpr = *it; in AllocPages()
375 for (auto it = free_page_runs_.upper_bound(fpr); it != free_page_runs_.end(); ) { in FreePages() local
[all …]
/art/tools/tracefast-plugin/
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/ti-alloc-sample/
DAndroid.bp23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/imgdiag/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
26 // that the image it's analyzing be the same ISA as the runtime ISA.
/art/runtime/base/
Dlocks.cc384 auto it = std::find(list.begin(), list.end(), mutex); in RemoveFromExpectedMutexesOnWeakRefAccess() local
385 DCHECK(it != list.end()); in RemoveFromExpectedMutexesOnWeakRefAccess()
386 list.erase(it); in RemoveFromExpectedMutexesOnWeakRefAccess()
390 auto it = std::find(list.begin(), list.end(), mutex); in RemoveFromExpectedMutexesOnWeakRefAccess() local
391 DCHECK(it != list.end()); in RemoveFromExpectedMutexesOnWeakRefAccess()
392 list.erase(it); in RemoveFromExpectedMutexesOnWeakRefAccess()
/art/compiler/debug/
Delf_debug_writer.cc73 for (auto& it : class_to_compilation_unit) { in WriteDebugInfo() local
75 std::stable_sort(it.second.methods.begin(), in WriteDebugInfo()
76 it.second.methods.end(), in WriteDebugInfo()
80 compilation_units.push_back(std::move(it.second)); in WriteDebugInfo()
267 for (const JITCodeEntry* it : jit_entries) { in PackElfFileForJIT() local
268 readers.emplace_back(GetJITCodeEntrySymFile(it)); in PackElfFileForJIT()
/art/test/086-null-super/
Dinfo.txt2 ClassNotFound, if it can't find the given Class, and not return null.
/art/runtime/
Dreference_table.cc221 for (auto it = records->Begin(), end = records->End(); it != end; ++it) { in Dump() local
222 GcRoot<mirror::Object>& stack_for_object = it->first; in Dump()
223 gc::AllocRecord& record = it->second; in Dump()
Dintern_table_test.cc91 for (auto it = expected_.begin(), end = expected_.end(); it != end; ++it) { in IsMarked() local
92 if (*it == s) { in IsMarked()
93 expected_.erase(it); in IsMarked()
Dinstrumentation.cc341 auto it = instrumentation_stack_->find(GetReturnPcAddr()); in InstrumentationInstallStack() local
342 CHECK(it != instrumentation_stack_->end()); in InstrumentationInstallStack()
343 const InstrumentationStackFrame& frame = it->second; in InstrumentationInstallStack()
492 auto it = instrumentation_stack_->find(GetReturnPcAddr()); in InstrumentationRestoreStack() local
493 if (it != instrumentation_stack_->end()) { in InstrumentationRestoreStack()
494 const InstrumentationStackFrame& instrumentation_frame = it->second; in InstrumentationRestoreStack()
574 auto it = std::find(list.begin(), list.end(), nullptr); in PotentiallyAddListenerTo() local
575 if (it != list.end()) { in PotentiallyAddListenerTo()
576 *it = listener; in PotentiallyAddListenerTo()
648 auto it = std::find(list.begin(), list.end(), listener); in PotentiallyRemoveListenerFrom() local
[all …]
/art/libartbase/
Dlibartbase.map3 # Before adding symbols here, please make sure that it doesn't give rise to a
/art/test/965-default-verify/
Dinfo.txt5 since it is much more proactive about finding likely runtime errors then smali.
/art/test/144-static-field-sigquit/
Dinfo.txt7 This test is flaky and produces the issue rarely, but it should be good enough
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc368 auto it = thunks_.find(key); in GetThunkTargetOffset() local
369 CHECK(it != thunks_.end()); in GetThunkTargetOffset()
370 const ThunkData& data = it->second; in GetThunkTargetOffset()
415 auto it = thunks_.Put(key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches() local
416 method_call_thunk_ = &it->second; in ProcessPatches()
432 auto it = thunks_.PutBefore(lb, key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches() local
433 AddUnreservedThunk(&it->second); in ProcessPatches()

12345678910>>...14