Home
last modified time | relevance | path

Searched defs:expected_thunk (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc740 std::vector<uint8_t> expected_thunk = in TestBakerFieldWide() local
841 std::vector<uint8_t> expected_thunk = in TestBakerFieldNarrow() local
1135 std::vector<uint8_t> expected_thunk = CompileBakerArrayThunk(base_reg); in TEST_F() local
1213 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg, /* narrow */ false); in TEST_F() local
1268 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg, /* narrow */ true); in TEST_F() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1033 auto expected_thunk = RawCode({ ldr_ip0_tr_offset, br_ip0 }); in TEST_F() local
1081 std::vector<uint8_t> expected_thunk = CompileBakerOffsetThunk(base_reg, holder_reg); in TestBakerField() local
1328 std::vector<uint8_t> expected_thunk = CompileBakerArrayThunk(base_reg); in TEST_F() local
1406 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg); in TEST_F() local