Searched refs:CompileBakerGcRootThunk (Results 1 – 2 of 2) sorted by relevance
307 std::vector<uint8_t> CompileBakerGcRootThunk(uint32_t root_reg, bool narrow) { in CompileBakerGcRootThunk() function in art::linker::Thumb2RelativePatcherTest1213 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()
544 std::vector<uint8_t> CompileBakerGcRootThunk(uint32_t root_reg) { in CompileBakerGcRootThunk() function in art::linker::Arm64RelativePatcherTest1406 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg); in TEST_F()1471 CompileBakerGcRootThunk(/* root_reg */ 0).size()); in TEST_F()