Home
last modified time | relevance | path

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

/art/compiler/
Dcfi_test.h58 const uint8_t* asm_base = actual_asm.data(); in GenerateExpected() local
59 const uint8_t* asm_end = asm_base + actual_asm.size(); in GenerateExpected()
60 auto* opts = new DisassemblerOptions(false, asm_base, asm_end, true); in GenerateExpected()