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

  /art/libdexfile/dex/
dex_instruction.h 711 class RangeInstructionOperands FINAL : public InstructionOperands {
713 RangeInstructionOperands(uint32_t first_operand, size_t num_operands)
715 ~RangeInstructionOperands() {}
721 DISALLOW_IMPLICIT_CONSTRUCTORS(RangeInstructionOperands);
dex_instruction.cc 551 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const {
  /art/runtime/interpreter/
interpreter_common.cc 651 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1);
    [all...]
  /art/runtime/
method_handles.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 1688 milliseconds