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

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 333 Instruction::Code instr_code = instr->Opcode(); local
334 switch (instr_code) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 701 Instruction::Code instr_code = instr->Opcode(); local
703 switch (instr_code) {
1879 Instruction::Code instr_code = instr->Opcode(); local
    [all...]

Completed in 51 milliseconds