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/956-methodhandles/ |
D | expected.txt | 12 H.chatter() 13 H.chatter() 14 H.chatter()
|
/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 | scheduler_arm.h | 103 void Visit##type(H##type* instruction) override;
|
D | scheduler_arm64.h | 121 void Visit##type(H##type* instruction) override;
|
D | code_generator_x86_64.h | 160 void Visit##name(H##name* instr) override; 194 void Visit##name(H##name* instr) override;
|
D | code_generator_x86.h | 158 void Visit##name(H##name* instr) override; 192 void Visit##name(H##name* instr) override;
|
D | nodes.h | 1572 #define FORWARD_DECLARATION(type, super) class H##type; 1578 H##type& operator=(const H##type&) = delete; \ in FOR_EACH_INSTRUCTION() 1583 return new (arena) H##type(*this->As##type()); \ 1589 H##type& operator=(const H##type&) = delete; \ 1593 explicit H##type(const H##type& other) = default; 2332 const H##type* As##type() const; \ 2333 H##type* As##type(); 7896 virtual void Visit##name(H##name* instr) { VisitInstruction(instr); } 7919 void Visit##name(H##name* instr) override { Visit##super(instr); } 8068 std::is_base_of<BaseType, H##type>::value, [all …]
|
D | code_generator_arm_vixl.h | 267 void Visit##name(H##name* instr) override; 305 void Visit##name(H##name* instr) override;
|
D | code_generator_arm64.h | 263 void Visit##name(H##name* instr) override; 363 void Visit##name(H##name* instr) override;
|
D | nodes.cc | 1517 void H##name::Accept(HGraphVisitor* visitor) { \
|
D | code_generator_arm64.cc | 3002 void LocationsBuilderARM64::Visit##Name(H##Name* comp) { HandleCondition(comp); } \ 3003 void InstructionCodeGeneratorARM64::Visit##Name(H##Name* comp) { HandleCondition(comp); }
|
/art/test/956-methodhandles/src/ |
D | Main.java | 89 public static class H implements Chatty { class in Main 584 H h = new H(); in testUnreflects() 588 Method methodInH = H.class.getDeclaredMethod("chatter"); in testUnreflects() 589 lookupInH.unreflectSpecial(methodInH, H.class).invoke(h); in testUnreflects() 593 lookupInH.in(H.class).unreflectSpecial(methodInChatty, H.class).invoke(h); in testUnreflects() 594 lookupInH.unreflectSpecial(methodInChatty, H.class).bindTo(h).invokeWithArguments(); in testUnreflects()
|
/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 …]
|