Home
last modified time | relevance | path

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

/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc77 size_t gap_size = gap_end - gap_start; in Create2MethodsWithGap() local
78 for (; gap_size >= 2u * kSmallChunkSize; gap_size -= kSmallChunkSize) { in Create2MethodsWithGap()
85 uint32_t chunk_code_size = gap_size - sizeof(OatQuickMethodHeader); in Create2MethodsWithGap()