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 520 const Instruction* return_instruction = Instruction::At(code_item->insns_); local
521 Instruction::Code return_opcode = return_instruction->Opcode();
522 uint32_t reg = return_instruction->VRegA_11x();
543 const Instruction* return_instruction = instruction->Next(); local
544 Instruction::Code return_opcode = return_instruction->Opcode();
550 int32_t return_reg = return_instruction->VRegA_11x();
580 const Instruction* return_instruction = instruction->Next(); local
581 Instruction::Code return_opcode = return_instruction->Opcode();
589 uint32_t return_reg = return_instruction->VRegA_11x();
644 const Instruction* return_instruction = instruction->Next() local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 1936 HReturn* return_instruction = New<HReturn>(value, params); local
    [all...]

Completed in 813 milliseconds