Searched refs:H (Results 1 – 16 of 16) sorted by relevance
/art/test/969-iface-super/ |
D | expected.txt | 41 Testing for type H 42 H-virtual H.SayConfusedHi()='Hello ?!' 43 H-virtual A.SayHi()='Hello ?' 44 H-virtual H.SayHi()='Hello ?' 45 H-interface Iface.SayHi()='Hello ?' 46 H-virtual H.SaySurprisedHi()='Hello !' 47 End testing for type H
|
/art/test/960-default-smali/src/ |
D | H.java | 16 class H implements Extension { } class
|
/art/test/969-iface-super/src/ |
D | H.java | 16 public class H extends A { class
|
/art/test/960-default-smali/ |
D | expected.txt | 63 Testing for type H 64 H-interface Extension.SayHi()='welcome ' 65 H-virtual H.SayHi()='welcome ' 66 End testing for type H
|
/art/compiler/optimizing/ |
D | code_generator_mips64.h | 174 void Visit##name(H##name* instr) OVERRIDE; 206 void Visit##name(H##name* instr) OVERRIDE;
|
D | code_generator_mips.h | 174 void Visit##name(H##name* instr) OVERRIDE; 206 void Visit##name(H##name* instr) OVERRIDE;
|
D | code_generator_x86_64.h | 161 void Visit##name(H##name* instr) OVERRIDE; 192 void Visit##name(H##name* instr) OVERRIDE;
|
D | code_generator_x86.h | 155 void Visit##name(H##name* instr) OVERRIDE; 186 void Visit##name(H##name* instr) OVERRIDE;
|
D | code_generator_arm.h | 159 void Visit##name(H##name* instr) OVERRIDE; 197 void Visit##name(H##name* instr) OVERRIDE;
|
D | code_generator_arm64.h | 196 void Visit##name(H##name* instr) OVERRIDE; 288 void Visit##name(H##name* instr) OVERRIDE;
|
D | nodes.h | 1332 #define FORWARD_DECLARATION(type, super) class H##type; 1346 const H##type* As##type() const { return this; } \ 1347 H##type* As##type() { return this; } 1962 const H##type* As##type() const; \ 1963 H##type* As##type(); 1970 virtual const H##type* As##type() const { return nullptr; } \ 1971 virtual H##type* As##type() { return nullptr; } 6371 virtual void Visit##name(H##name* instr) { VisitInstruction(instr); } 6390 void Visit##name(H##name* instr) OVERRIDE { Visit##super(instr); } 6578 inline const H##type* HInstruction::As##type() const { \ [all …]
|
D | code_generator_arm64.cc | 1563 void InstructionCodeGeneratorARM64::Visit##name(H##name* instr ATTRIBUTE_UNUSED) { \ 1566 void LocationsBuilderARM64::Visit##name(H##name* instr) { \ 2511 void LocationsBuilderARM64::Visit##Name(H##Name* comp) { HandleCondition(comp); } \ 2512 void InstructionCodeGeneratorARM64::Visit##Name(H##Name* comp) { HandleCondition(comp); }
|
D | nodes.cc | 1136 void H##name::Accept(HGraphVisitor* visitor) { \
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 291 EmitMemOpAddressMode3(cond, L | B7 | H | B4, rd, ad); in ldrh() 296 EmitMemOpAddressMode3(cond, B7 | H | B4, rd, ad); in strh() 306 EmitMemOpAddressMode3(cond, L | B7 | B6 | H | B4, rd, ad); in ldrsh()
|
D | assembler_arm.h | 351 H = 1 << 5, // halfword (or byte) enumerator
|
/art/test/dexdump/ |
D | checkers.txt | 532 name : 'H' 786 … |00e3: iput-object v0, v9, Lcom/google/android/checkers/CheckersView;.H:[I // field@0009 1311 … |00ae: iget-object v1, v10, Lcom/google/android/checkers/CheckersView;.H:[I // field@0009 1641 … |0182: iget-object v2, v9, Lcom/google/android/checkers/CheckersView;.H:[I // field@0009 2012 … |000e: iget-object v3, v8, Lcom/google/android/checkers/CheckersView;.H:[I // field@0009 2448 … |0084: iget-object v1, v2, Lcom/google/android/checkers/CheckersView;.H:[I // field@0009 3622 name : 'H' 4090 … |0269: sput-object v0, Lcom/google/android/checkers/a;.H:[I // field@0034 5638 … |0094: sget-object v1, Lcom/google/android/checkers/a;.H:[I // field@0034 5649 … |00a9: sget-object v1, Lcom/google/android/checkers/a;.H:[I // field@0034 [all …]
|