Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 101) sorted by relevance

12345

/art/test/439-npe/src/
DMain.java29 public static void $opt$setObjectField(Main m) { in $opt$setObjectField()
33 public static void $opt$setIntField(Main m) { in $opt$setIntField()
37 public static void $opt$setFloatField(Main m) { in $opt$setFloatField()
41 public static void $opt$setLongField(Main m) { in $opt$setLongField()
45 public static void $opt$setDoubleField(Main m) { in $opt$setDoubleField()
49 public static void $opt$setByteField(Main m) { in $opt$setByteField()
53 public static void $opt$setBooleanField(Main m) { in $opt$setBooleanField()
57 public static void $opt$setCharField(Main m) { in $opt$setCharField()
61 public static void $opt$setShortField(Main m) { in $opt$setShortField()
65 public static Object $opt$getObjectField(Main m) { in $opt$getObjectField()
[all …]
/art/test/444-checker-nce/src/
DMain.java26 public Main keepTest(Main m) { in keepTest()
51 Main m = new Main(); in newInstanceRemoveTest() local
77 Main m = null; in ifRemoveTest() local
94 Main m = null; in ifKeepTest() local
108 Main m = new Main(); in forRemoveTest() local
124 Main m = new Main(); in forKeepTest() local
142 Main m = new Main(); in phiFlowRemoveTest() local
164 Main m = new Main(); in phiFlowKeepTest() local
187 Main m = null; in scopeRemoveTest() local
205 Main m = new Main(); in scopeKeepTest() local
[all …]
/art/test/412-new-array/src/
DMain.java152 Method m = c.getMethod("newInt", Integer.TYPE, Integer.TYPE, Integer.TYPE); in testSmaliFilledNewArray() local
162 Method m = c.getMethod("newRef", Object.class, Object.class); in testSmaliFilledNewArray() local
171 Method m = c.getMethod("newArray", int[].class, int[].class); in testSmaliFilledNewArray() local
180 Method m = c.getMethod("newIntRange", Integer.TYPE, Integer.TYPE, Integer.TYPE); in testSmaliFilledNewArray() local
190 Method m = c.getMethod("newRefRange", Object.class, Object.class); in testSmaliFilledNewArray() local
199 Method m = c.getMethod("newArrayRange", int[].class, int[].class); in testSmaliFilledNewArray() local
223 Method m = c.getMethod("intArray", int[].class); in testSmaliFillArrayData() local
262 Method m = c.getMethod("shortArray", short[].class); in testSmaliFillArrayData() local
301 Method m = c.getMethod("longArray", long[].class); in testSmaliFillArrayData() local
340 Method m = c.getMethod("charArray", char[].class); in testSmaliFillArrayData() local
[all …]
/art/test/301-abstract-protected/src/
DMain.java24 interface I { public String m(); } in m() method
27 abstract class Abstract { protected abstract String m(); } in m() method in Abstract
33 class C extends AbstractI { public String m() { return "passed"; }; } in m() method in C
/art/runtime/
Dnative_bridge_art_interface.cc35 ArtMethod* m = soa.DecodeMethod(mid); in GetMethodShorty() local
48 for (auto& m : c->GetDirectMethods(sizeof(void*))) { in GetNativeMethodCount() local
51 for (auto& m : c->GetVirtualMethods(sizeof(void*))) { in GetNativeMethodCount() local
66 for (auto& m : c->GetDirectMethods(sizeof(void*))) { in GetNativeMethods() local
78 for (auto& m : c->GetVirtualMethods(sizeof(void*))) { in GetNativeMethods() local
Dcheck_reference_map_visitor.h35 ArtMethod* m = GetMethod(); in VisitFrame() local
66 ArtMethod* m = GetMethod(); in CheckOptimizedMethod() local
107 ArtMethod* m = GetMethod(); in CheckQuickMethod() local
Dstack.cc42 ArtMethod* m = GetMethod(); in GetThisObject() local
56 ArtMethod* m = GetMethod(); in GetThisObject() local
125 ArtMethod* m = GetMethod(); in GetThisObject() local
164 bool StackVisitor::IsReferenceVReg(ArtMethod* m, uint16_t vreg) { in IsReferenceVReg()
191 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { in GetVReg()
207 bool StackVisitor::GetVRegFromQuickCode(ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVRegFromQuickCode()
230 bool StackVisitor::GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVRegFromOptimizedCode()
294 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair()
319 bool StackVisitor::GetVRegPairFromQuickCode(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPairFromQuickCode()
346 bool StackVisitor::GetVRegPairFromOptimizedCode(ArtMethod* m, uint16_t vreg, in GetVRegPairFromOptimizedCode()
[all …]
/art/test/201-built-in-exception-detail-messages/src/
DMain.java385 Method m = A.class.getMethod("m", int.class, String.class); in reflection() local
395 Method m = A.class.getMethod("m", int.class, String.class); in reflection() local
403 Method m = String.class.getMethod("charAt", int.class); in reflection() local
410 Method m = String.class.getMethod("charAt", int.class); in reflection() local
418 Method m = String.class.getMethod("charAt", int.class); in reflection() local
426 Method m = String.class.getMethod("charAt", int.class); in reflection() local
434 Method m = String.class.getMethod("charAt", int.class); in reflection() local
472 public void m(int i, String s) {} in m() method in A
/art/test/135-MirandaDispatch/src/
DMain.java23 public void m(); in m() method
30 public void m() { in m() method in Main.ConcreteClass
/art/runtime/gc/allocator/
Ddlmalloc.cc30 #define CORRUPTION_ERROR_ACTION(m) art_heap_corruption(__FUNCTION__) argument
31 #define USAGE_ERROR_ACTION(m, p) art_heap_usage_error(__FUNCTION__, p) argument
42 static void* art_heap_morecore(void* m, intptr_t increment) { in art_heap_morecore()
/art/test/432-optimizing-cmp/src/
DMain.java133 Method m = c.getMethod("$opt$CmpLong", long.class, long.class); in smaliCmpLong() local
140 Method m = c.getMethod("$opt$CmpGtFloat", float.class, float.class); in smaliCmpGtFloat() local
147 Method m = c.getMethod("$opt$CmpLtFloat", float.class, float.class); in smaliCmpLtFloat() local
154 Method m = c.getMethod("$opt$CmpGtDouble", double.class, double.class); in smaliCmpGtDouble() local
161 Method m = c.getMethod("$opt$CmpLtDouble", double.class, double.class); in smaliCmpLtDouble() local
/art/runtime/native/
Djava_lang_Class.cc276 static ALWAYS_INLINE inline bool MethodMatchesConstructor(ArtMethod* m, bool public_only) in MethodMatchesConstructor()
289 for (auto& m : h_klass->GetDirectMethods(sizeof(void*))) { in Class_getDeclaredConstructorsInternal() local
299 for (auto& m : h_klass->GetDirectMethods(sizeof(void*))) { in Class_getDeclaredConstructorsInternal() local
331 for (auto& m : h_klass->GetVirtualMethods(sizeof(void*))) { in Class_getDeclaredMethodInternal() local
350 for (auto& m : h_klass->GetDirectMethods(sizeof(void*))) { in Class_getDeclaredMethodInternal() local
386 for (auto& m : klass->GetVirtualMethods(sizeof(void*))) { in Class_getDeclaredMethodsUnchecked() local
393 for (auto& m : klass->GetDirectMethods(sizeof(void*))) { in Class_getDeclaredMethodsUnchecked() local
404 for (auto& m : klass->GetVirtualMethods(sizeof(void*))) { in Class_getDeclaredMethodsUnchecked() local
416 for (auto& m : klass->GetDirectMethods(sizeof(void*))) { in Class_getDeclaredMethodsUnchecked() local
/art/test/416-optimizing-arith-not/src/
DMain.java68 Method m = c.getMethod("$opt$NotInt", int.class); in smaliNotInt() local
75 Method m = c.getMethod("$opt$NotLong", long.class); in smaliNotLong() local
/art/test/484-checker-register-hints/src/
DMain.java35 public static void test1(boolean z, int a, int b, int c, int d, int m) { in test1()
70 public static void test2(boolean z, int a, int b, int c, int d, int m) { in test2()
104 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3()
/art/test/440-stmp/src/
DMain.java28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz()
44 float m = 13.0f; field in Main
/art/test/509-pre-header/src/
DMain.java24 Method m = c.getMethod("method"); in main() local
/art/test/434-invoke-direct/src/
DMain.java29 Method m = c.getMethod("run"); in $opt$InvokeDirect() local
/art/test/459-dead-phi/src/
DMain.java26 Method m = c.getMethod("equivalentPhi", float[].class); in main() local
/art/test/515-dce-dominator/src/
DMain.java24 Method m = c.getMethod("method", int.class); in main() local
/art/test/471-uninitialized-locals/src/
DMain.java27 Method m = c.getMethod("ThrowException", (Class[]) null); in main() local
/art/test/457-regs/src/
DMain.java26 Method m = c.getMethod("mergeOk", boolean.class, byte.class); in main() local
/art/compiler/
Dcommon_compiler_test.cc139 for (auto& m : klass->GetDirectMethods(pointer_size)) { in MakeExecutable() local
142 for (auto& m : klass->GetVirtualMethods(pointer_size)) { in MakeExecutable() local
233 for (auto& m : klass->GetDirectMethods(pointer_size)) { in CompileClass() local
236 for (auto& m : klass->GetVirtualMethods(pointer_size)) { in CompileClass() local
/art/test/464-checker-inline-sharpen-calls/src/
DMain.java29 public static void inlineSharpenInvokeVirtual(Main m) { in inlineSharpenInvokeVirtual()
/art/test/501-regression-packed-switch/src/
DMain.java27 Method m = c.getMethod("EmptyPackedSwitch", new Class[] { int.class }); in main() local
/art/test/453-not-byte/src/
DMain.java26 Method m = c.getMethod("notByte", byte.class); in main() local

12345