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

  /art/runtime/quick/
inline_method_analyser.cc 540 const Instruction* return_instruction = Instruction::At(code_item->insns_); local
541 Instruction::Code return_opcode = return_instruction->Opcode();
542 uint32_t reg = return_instruction->VRegA_11x();
564 const Instruction* return_instruction = instruction->Next(); local
565 Instruction::Code return_opcode = return_instruction->Opcode();
571 int32_t return_reg = return_instruction->VRegA_11x();
602 const Instruction* return_instruction = instruction->Next(); local
603 Instruction::Code return_opcode = return_instruction->Opcode();
611 uint32_t return_reg = return_instruction->VRegA_11x();
667 const Instruction* return_instruction = instruction->Next() local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2036 HReturn* return_instruction = New<HReturn>(value, params); local
    [all...]

Completed in 196 milliseconds