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 146 const Instruction* return_instruction = Instruction::At(code_item->insns_); local
147 Instruction::Code return_opcode = return_instruction->Opcode();
148 uint32_t reg = return_instruction->VRegA_11x();
170 const Instruction* return_instruction = instruction->Next(); local
171 Instruction::Code return_opcode = return_instruction->Opcode();
177 int32_t return_reg = return_instruction->VRegA_11x();
206 const Instruction* return_instruction = instruction->Next(); local
207 Instruction::Code return_opcode = return_instruction->Opcode();
215 uint32_t return_reg = return_instruction->VRegA_11x();
269 const Instruction* return_instruction = instruction->Next() local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 1992 HReturn* return_instruction = New<HReturn>(value, params); local
    [all...]

Completed in 53 milliseconds