HomeSort by relevance Sort by last modified time
    Searched refs:method_address (Results 1 - 2 of 2) sorted by null

  /art/compiler/debug/
elf_debug_line_writer.h 155 Elf_Addr method_address = base_address + mi->code_address; local
168 opcodes.SetAddress(method_address);
246 opcodes.AddRow(method_address, first_line);
250 opcodes.AddRow(method_address + pc, line);
253 opcodes.AddRow(method_address + pc, line);
259 opcodes.AddRow(method_address, 0);
262 opcodes.AdvancePC(method_address + mi->code_size);
  /art/compiler/optimizing/
code_generator_x86.cc 6034 Register method_address = locations->InAt(0).AsRegister<Register>(); local
    [all...]

Completed in 3563 milliseconds