Searched refs:RETURN_OBJECT (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 463 case Instruction::RETURN_OBJECT: in AnalyseMethodCode() 537 data->is_object = (return_opcode == Instruction::RETURN_OBJECT) ? 1u : 0u; in AnalyseReturnMethod() 550 return_opcode != Instruction::RETURN_OBJECT) { in AnalyseConstMethod() 565 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) { in AnalyseConstMethod() 587 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod() 654 return_opcode != Instruction::RETURN_OBJECT && in AnalyseIPutMethod()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 37 RETURN_OBJECT, enumConstant
|
D | Instruction.java | 337 addOpcodeInfo(Opcode.RETURN_OBJECT, "return-object", 0x11, new Format11x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 63 return Instruction::RETURN_VOID <= opcode && opcode <= Instruction::RETURN_OBJECT; in IsInstructionReturn()
|
D | dex_instruction_list.h | 39 V(0x11, RETURN_OBJECT, "return-object", k11x, kIndexNone, kReturn, 0, kVerifyRegA) \
|
/art/tools/veridex/ |
D | flow_analysis.cc | 333 case Instruction::RETURN_OBJECT: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | inliner.cc | 434 case Instruction::RETURN_OBJECT: in AlwaysThrows()
|
D | instruction_builder.cc | 2092 case Instruction::RETURN_OBJECT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 399 case Instruction::RETURN_OBJECT: { in ExecuteSwitchImplCpp()
|