Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc166 std::vector<uint8_t> gap_code; in Create2MethodsWithGap() local
174 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
175 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code)); in Create2MethodsWithGap()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc133 std::vector<uint8_t> gap_code; in Create2MethodsWithGap() local
141 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
142 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code)); in Create2MethodsWithGap()