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

  /art/runtime/jit/
profiling_info.cc 51 case Instruction::INVOKE_VIRTUAL_QUICK:
  /art/libdexfile/dex/
dex_instruction_test.cc 172 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_VIRTUAL_QUICK, 1234, {3, 2, 1, 5}),
dex_instruction_utils.h 72 return opcode == Instruction::INVOKE_VIRTUAL_QUICK ||
dex_instruction.cc 402 case INVOKE_VIRTUAL_QUICK:
dex_instruction_list.h 255 V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, kIndexVtableOffset, kContinue | kThrow | kInvoke, 0, kVerifyVarArgNonZero | kVerifyRuntimeOnly) \
  /art/runtime/
dex_to_dex_decompiler.cc 169 case Instruction::INVOKE_VIRTUAL_QUICK:
common_throws.cc 478 case Instruction::INVOKE_VIRTUAL_QUICK:
611 case Instruction::INVOKE_VIRTUAL_QUICK:
    [all...]
instrumentation.cc     [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 253 INVOKE_VIRTUAL_QUICK,
Instruction.java 556 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_QUICK, "+invoke-virtual-quick", 0xe9, new Format35c());
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 307 case Instruction::INVOKE_VIRTUAL_QUICK:
308 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false);
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/runtime/dex/
dex_file_annotations.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h     [all...]

Completed in 704 milliseconds