Home
last modified time | relevance | path

Searched refs:line (Results 176 – 182 of 182) sorted by relevance

12345678

/art/test/utils/
Dregen-test-files260 art-run-test-994-breakpoint-line
/art/libprofile/profile/
Dprofile_compilation_info_test.cc473 uint8_t line[] = { 255, 255, 0, 1, 0, 1, 0, 0, 0, 0 }; in TEST_F() local
474 ASSERT_TRUE(profile.GetFile()->WriteFully(line, sizeof(line))); in TEST_F()
/art/oatdump/
Doatdump.cc3031 for (const std::string& line : lines) { in DumpImt() local
3035 size_t first_space = line.find(' '); in DumpImt()
3037 DumpIMTForClass(runtime, line, h_class_loader, &prepared); in DumpImt()
3040 line.substr(0, first_space), in DumpImt()
3041 line.substr(first_space + 1, std::string::npos), in DumpImt()
/art/dex2oat/
Ddex2oat_test.cc1984 std::string line; in TEST_F() local
1987 while (std::getline(iss, line) && !found_fast_verify) { in TEST_F()
1988 found_fast_verify = found_fast_verify || line.find(kFastVerifyString) != std::string::npos; in TEST_F()
/art/runtime/verifier/
Dmethod_verifier.cc2008 RegisterLine* line) { in AdjustReturnLine() argument
2016 line->CheckConstructorReturn(verifier); in AdjustReturnLine()
2018 line->MarkAllRegistersAsConflicts(verifier); in AdjustReturnLine()
2023 line->MarkAllRegistersAsConflictsExcept(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine()
2027 line->MarkAllRegistersAsConflictsExceptWide(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine()
/art/tools/ahat/etc/
Dahat_api.txt357 field public final int line;
/art/test/
DAndroid.bp735 "994-breakpoint-line/src/art/Test994.java",
873 "994-breakpoint-line/expected.txt",

12345678