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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc247 std::vector<uint8_t> CompileBakerGcRootThunk(uint32_t root_reg, bool narrow) { function in class:art::linker::Thumb2RelativePatcherTest
1095 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg, /* narrow */ false);
1155 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg, /* narrow */ true);
1255 CompileBakerGcRootThunk(/* root_reg */ 0, /* narrow */ false).size());
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc492 std::vector<uint8_t> CompileBakerGcRootThunk(uint32_t root_reg) { function in class:art::linker::Arm64RelativePatcherTest
1268 std::vector<uint8_t> expected_thunk = CompileBakerGcRootThunk(root_reg);
1333 CompileBakerGcRootThunk(/* root_reg */ 0).size());

Completed in 43 milliseconds