Home
last modified time | relevance | path

Searched refs:CompileBakerGcRootThunk (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc307 std::vector<uint8_t> CompileBakerGcRootThunk(uint32_t root_reg, bool narrow) { in CompileBakerGcRootThunk() function in art::linker::Thumb2RelativePatcherTest
1213 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg, /* narrow */ false); in TEST_F()
1268 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg, /* narrow */ true); in TEST_F()
1367 CompileBakerGcRootThunk(/* root_reg */ 0, /* narrow */ false).size()); in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc544 std::vector<uint8_t> CompileBakerGcRootThunk(uint32_t root_reg) { in CompileBakerGcRootThunk() function in art::linker::Arm64RelativePatcherTest
1406 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg); in TEST_F()
1471 CompileBakerGcRootThunk(/* root_reg */ 0).size()); in TEST_F()