Searched defs:found (Results 1 - 25 of 34) sorted by relevance

12

/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc57 bool found = false; local
60 /* out */ &found);
62 if (!found) {
/art/runtime/arch/arm64/
H A Dfault_handler_arm64.cc124 bool found = false; local
129 found = true;
134 if (found) {
175 VLOG(signals) << "Stack overflow found";
/art/compiler/debug/dwarf/
H A Ddwarf_test.h140 bool found = false; local
144 found = true;
148 if (!found) {
151 "Not found anywhere in the rest of the output.";
/art/runtime/arch/arm/
H A Dfault_handler_arm.cc150 bool found = false; local
155 found = true;
160 if (found) {
220 VLOG(signals) << "Stack overflow found";
/art/test/912-classes/
H A Dclasses_art.cc110 bool found = false; local
111 for (jint i = 0; !found && i < class_count; ++i) {
118 found = strcmp(name.c_str(), sig) == 0;
125 return found;
/art/test/931-agent-thread/
H A Dagent_thread.cc78 bool found = false; local
81 found = true;
85 CHECK(found);
/art/test/common/
H A Dstack_inspect.cc123 bool found; local
132 found = v.IsFound();
134 if (!found) {
/art/compiler/driver/
H A Dcompiler_driver_test.cc64 CHECK(class_ != nullptr) << "Class not found: " << class_name;
70 CHECK(mid_ != nullptr) << "Method not found: " << class_name << "." << method << signature;
350 bool found = compiler_driver_->GetCompiledClass( local
352 ASSERT_TRUE(found);
/art/runtime/arch/x86/
H A Dfault_handler_x86.cc397 bool found = false; local
400 found = true;
406 if (found) {
459 VLOG(signals) << "Stack overflow found";
/art/runtime/dex/
H A Dart_dex_file_loader_test.cc256 const DexFile::ProtoId* found = local
258 ASSERT_TRUE(found != nullptr);
259 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), i);
269 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); local
270 ASSERT_TRUE(found != nullptr) << "Didn't find method " << i << ": "
274 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i);
284 const DexFile::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); local
285 ASSERT_TRUE(found != nullptr) << "Didn't find field " << i << ": "
289 EXPECT_EQ(java_lang_dex_file_->GetIndexForFieldId(*found), i);
/art/runtime/gc/space/
H A Dregion_space-inl.h264 bool found = true; local
272 found = false;
276 if (found) {
/art/runtime/
H A Dreference_table_test.cc248 bool found = std::regex_search(str, stack_trace_match, stack_trace_regex); local
249 EXPECT_TRUE(found) << str;
H A Dart_method.cc279 // Default to handler not found.
469 static const OatFile::OatMethod FindOatMethodFromDexFileFor(ArtMethod* method, bool* found)
491 found);
492 if (!(*found)) {
500 bool* found)
509 return FindOatMethodFromDexFileFor(method, found);
539 found);
540 if (!(*found)) {
651 bool found; local
653 FindOatMethodFor(this, class_linker->GetImagePointerSize(), &found);
689 bool found; local
[all...]
H A Dcommon_runtime_test.cc740 bool found = false; local
744 found = true;
747 if (!found) {
773 // We use += because when we're hooking the aborts like this, multiple problems can be found.
H A Dmem_map.cc227 // found, or a generic error in other cases.
597 bool found = false; local
602 found = true;
607 CHECK(found) << "MemMap not found";
970 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region
1152 CHECK(it != gMaps->end()) << "MemMap not found";
/art/runtime/gc/accounting/
H A Dmod_union_table.cc435 auto found = references_.find(card); local
436 if (found == references_.end()) {
443 references_.erase(found);
445 found->second = cards_references;
/art/compiler/optimizing/
H A Dregister_allocator_linear_scan.cc572 // (5) If no register could be found, we need to spill.
615 // Find a free register. If multiple are found, pick the register that
789 // Best case: we found a register fully available.
850 // Split the first interval found that is either:
974 // We split the first interval found, and put ourselves first in the
985 // If the first use of that instruction is after the last use of the found
1144 bool found = true; local
1147 found = false; // failure
1151 if (found) {
H A Dbounds_check_elimination.cc110 static ValueBound DetectValueBoundFromValue(HInstruction* instruction, /* out */ bool* found) { argument
113 *found = true;
118 *found = true;
126 *found = true;
132 *found = false;
717 bool found; local
718 ValueBound bound = ValueBound::DetectValueBoundFromValue(right, &found);
723 if (!found) {
724 // No constant or array.length+c format bound found.
967 bool found; variable
[all...]
H A Dinliner.cc256 // If we found a method and the receiver's concrete type is statically
436 return false; // found regular control flow back
718 bool found = false; local
723 found = true;
726 if (!found) {
H A Dregister_allocator_graph_color.cc1333 // if found to add to compile time.
2038 bool found = true; local
2041 found = false;
2045 if (found) {
/art/compiler/utils/
H A Dassembler_test_base.h277 bool found = false; local
280 found = true;
287 if (found) {
/art/compiler/
H A Dverifier_deps_test.cc1231 bool found = false; local
1236 found = true;
1240 ASSERT_TRUE(found);
1248 bool found = false; local
1253 found = true;
1257 ASSERT_TRUE(found);
1265 bool found = false; local
1270 found = true;
1274 ASSERT_TRUE(found);
1283 bool found local
1301 bool found = false; local
1320 bool found = false; local
1338 bool found = false; local
1358 bool found = false; local
1377 bool found = false; local
1397 bool found = false; local
1416 bool found = false; local
1459 bool found = false; local
[all...]
/art/profman/
H A Dprofile_assistant_test.cc357 size_t found = 0; local
364 found++;
369 ASSERT_EQ(expected_clases.size(), found);
/art/runtime/jdwp/
H A Djdwp_event.cc357 bool found = false; local
363 found = true;
371 if (found) {
/art/dex2oat/
H A Ddex2oat_test.cc184 *error_msg = "No image location found for Dex2Oat.";
424 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); local
425 if (!found) {
426 EXPECT_TRUE(found);
444 bool found = std::regex_search(output_, swap_match, swap_regex); local
445 if (found != expected) {
446 EXPECT_EQ(expected, found);
450 if (!found) {

Completed in 633 milliseconds

12