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

  /art/compiler/optimizing/
intrinsics.cc 338 if (inst->IsInvoke()) {
register_allocator.cc     [all...]
  /art/runtime/
dex_instruction.h 488 bool IsInvoke() const {
  /art/compiler/dex/
mir_graph.h 281 bool IsInvoke() const {
    [all...]
  /art/runtime/interpreter/
interpreter.cc 418 new_dex_pc = dex_pc + (instr->IsInvoke() ? instr->SizeInCodeUnits() : 0);

Completed in 196 milliseconds