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

  /art/compiler/dex/
inline_method_analyser.cc 524 DexInstructionIterator return_instruction = code_item->begin(); local
525 Instruction::Code return_opcode = return_instruction->Opcode();
526 uint32_t reg = return_instruction->VRegA_11x();
547 const Instruction* return_instruction = instruction->Next(); local
548 Instruction::Code return_opcode = return_instruction->Opcode();
554 int32_t return_reg = return_instruction->VRegA_11x();
584 const Instruction* return_instruction = instruction->Next(); local
585 Instruction::Code return_opcode = return_instruction->Opcode();
593 uint32_t return_reg = return_instruction->VRegA_11x();
648 const Instruction* return_instruction = instruction->Next() local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 1930 HReturn* return_instruction = New<HReturn>(value, params); local
    [all...]

Completed in 74 milliseconds