Home
last modified time | relevance | path

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

/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc76 std::vector<uint8_t> gap_code; in Create2MethodsWithGap() local
80 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
81 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code), in Create2MethodsWithGap()
86 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
87 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code), in Create2MethodsWithGap()