Searched refs:RETURN_OBJECT (Results 1 – 12 of 12) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 442 case Instruction::RETURN_OBJECT: in AnalyseMethodCode() 509 data->is_object = (return_opcode == Instruction::RETURN_OBJECT) ? 1u : 0u; in AnalyseReturnMethod() 522 return_opcode != Instruction::RETURN_OBJECT) { in AnalyseConstMethod() 537 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) { in AnalyseConstMethod() 557 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod() 622 return_opcode != Instruction::RETURN_OBJECT && in AnalyseIPutMethod()
|
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 222 if (instruction.Opcode() == Instruction::RETURN_OBJECT) { in TryMatch() 263 case Instruction::RETURN_OBJECT: { in TryMatch() 388 case Instruction::RETURN_OBJECT: in TryMatch()
|
/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/dexanalyze/ |
D | dexanalyze_bytecode.cc | 499 case Instruction::RETURN_OBJECT: in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 364 case Instruction::RETURN_OBJECT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 118 return opcode == Instruction::Code::RETURN_OBJECT || opcode == Instruction::Code::MOVE_EXCEPTION; in IsCompatThrow() 1969 case Instruction::RETURN_OBJECT: in AdjustReturnLine() 2154 case Instruction::RETURN_OBJECT: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 638 HANDLER_ATTRIBUTES bool RETURN_OBJECT() { in RETURN_OBJECT() function
|
/art/compiler/optimizing/ |
D | inliner.cc | 438 case Instruction::RETURN_OBJECT: in AlwaysThrows()
|
D | instruction_builder.cc | 2918 case Instruction::RETURN_OBJECT: { in ProcessDexInstruction()
|