Home
last modified time | relevance | path

Searched refs:p (Results 51 – 75 of 110) sorted by relevance

12345

/art/runtime/arch/x86/
Dthread_x86.cc34 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member
72 entry.p = seg_not_present ^ 1; in InitCpu()
/art/compiler/driver/
Dcompiled_method_storage_test.cc66 for (auto&& p : patches) { in TEST()
68 &storage, InstructionSet::kNone, c, v, f, p)); in TEST()
/art/runtime/mirror/
Dobject_array.h202 static ObjectArray<T>* Ptr(const Handle<ObjectArray<T>>& p) in Ptr() argument
204 return p.Get(); in Ptr()
206 static ObjectArray<T>* Ptr(const ObjPtr<ObjectArray<T>>& p) in Ptr() argument
208 return p.Ptr(); in Ptr()
/art/test/565-checker-condition-liveness/src/
DMain.java30 public static int p(float arg) { in p() method in Main
/art/test/658-fp-read-barrier/src/
DMain.java90 double p = main.objectField.field1; in foo() local
92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 + in foo()
/art/libartbase/base/
Dutils.h36 static inline uint32_t PointerToLowMemUInt32(const void* p) { in PointerToLowMemUInt32() argument
37 uintptr_t intp = reinterpret_cast<uintptr_t>(p); in PointerToLowMemUInt32()
Dallocator.h140 void deallocate(PT p, size_type n) { in deallocate() argument
143 free(p); in deallocate()
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc167 for (const auto& p : *funcs->proxy_vm->map) { in WrapGetSystemProperties()
168 all_props.insert(p.first); in WrapGetSystemProperties()
183 for (const std::string& p : all_props) { in WrapGetSystemProperties() local
184 res = env->Allocate(p.size() + 1, reinterpret_cast<unsigned char**>(&out_prop_ptr[i])); in WrapGetSystemProperties()
188 strcpy(out_prop_ptr[i], p.c_str()); in WrapGetSystemProperties()
/art/runtime/
Druntime_callbacks_test.cc379 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase p) override { in NextRuntimePhase()
380 if (p == RuntimePhaseCallback::RuntimePhase::kInitialAgents) { in NextRuntimePhase()
385 } else if (p == RuntimePhaseCallback::RuntimePhase::kStart) { in NextRuntimePhase()
390 } else if (p == RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
392 } else if (p == RuntimePhaseCallback::RuntimePhase::kDeath) { in NextRuntimePhase()
395 LOG(FATAL) << "Unknown phase " << static_cast<uint32_t>(p); in NextRuntimePhase()
Dintern_table_test.cc130 TestPredicate p; in TEST_F() local
131 p.Expect(s0.Get()); in TEST_F()
132 p.Expect(s1.Get()); in TEST_F()
135 t.SweepInternTableWeaks(&p); in TEST_F()
Doat_file.h316 bool Contains(const void* p) const { in Contains() argument
317 return p >= Begin() && p < End(); in Contains()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h43 return QUICK_ENTRYPOINT_OFFSET(pointer_size, p ## name); in GetThreadOffset()
Dquick_entrypoints.h47 #define ENTRYPOINT_ENUM(name, rettype, ...) rettype ( * p ## name )( __VA_ARGS__ );
/art/test/922-properties/src/art/
DTest922.java76 for (String p : props) { in getAllProperties()
77 keys.add(p); in getAllProperties()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc104 for (std::pair<jclass, jfieldID>& p : list->fields_) { in DataDumpRequestCb()
105 jclass klass = p.first; in DataDumpRequestCb()
106 jfieldID field = p.second; in DataDumpRequestCb()
110 p.first, in DataDumpRequestCb()
/art/test/674-hiddenapi/src-art/
DMain.java137 for (String p : libPaths) { in prepareNativeLibFileName()
138 String candidate = p + libName; in prepareNativeLibFileName()
/art/test/021-string2/src/
DMain.java506 for (String p : prefixes) { in testIndexOf()
509 String full = p + c + s; in testIndexOf()
510 int expX = (c.isEmpty() || c.charAt(0) != 'x') ? -1 : p.length(); in testIndexOf()
511 int exp0440 = (c.isEmpty() || c.charAt(0) != '\u0440') ? -1 : p.length(); in testIndexOf()
512 int exp0000 = (c.isEmpty() || c.charAt(0) != '\u0000') ? -1 : p.length(); in testIndexOf()
526 if (from <= p.length()) { in testIndexOf()
530 } else if (from >= p.length() + c.length()) { in testIndexOf()
/art/test/1914-get-local-instance/src/art/
DTest1914.java179 (p, m, a) -> {
184 reportValue(p);
/art/tools/bisection_search/
Dbisection_search.py161 return [p for p in match_passes if p not in NON_PASSES]
/art/test/990-field-trace/src/art/
DTest990.java228 for (Printable p : results) {
229 p.Print();
/art/runtime/jni/
Dcheck_jni.cc142 const void* p; // Pointer. member
1135 if (arg.p == nullptr) { in TraceNonHeapValue()
1138 StringAppendF(msg, "(void*) %p", arg.p); in TraceNonHeapValue()
1767 JniValueType args[2] = {{.E = env }, {.p = vm}}; in GetJavaVM()
1782 JniValueType args[4] = {{.E = env }, {.c = c}, {.p = methods}, {.I = nMethods}}; in RegisterNatives()
1831 JniValueType args[5] = {{.E = env}, {.u = name}, {.L = loader}, {.p = buf}, {.z = bufLen}}; in DefineClass()
2388 JniValueType args[3] = {{.E = env}, {.p = unicode_chars}, {.z = len}}; in CALL()
2476 JniValueType args[5] = {{.E = env}, {.s = string}, {.z = start}, {.z = len}, {.p = buf}}; in GetStringRegion()
2491 JniValueType args[5] = {{.E = env}, {.s = string}, {.z = start}, {.z = len}, {.p = buf}}; in GetStringUTFRegion()
2677 JniValueType args[3] = {{.E = env}, {.a = array}, {.p = is_copy}}; in GetPrimitiveArrayCritical()
[all …]
/art/tools/runtime_memusage/
DREADME50 dump if -p is provided.
81 -p [PACKAGE_NAME]
/art/test/141-class-unload/src/
DMain.java158 Pair p = testNoUnloadInstanceHelper(constructor); in testNoUnloadInstance() local
161 boolean isNull = p.classLoader.get() == null; in testNoUnloadInstance()
/art/test/dexdump/
Dbytecodes.lst13 0x00001254 38 com.google.android.test.Test p (I)V Test.java 120
/art/test/956-methodhandles/src/
DMain.java691 public static void assertEquals(Object o, Object p) { in assertEquals() argument
692 if (o == p) { return; } in assertEquals()
693 if (o != null && p != null && o.equals(p)) { return; } in assertEquals()
694 throw new AssertionError("assertEquals: o1: " + o + ", o2: " + p); in assertEquals()
1055 float p = (float) mh.invoke("1.11"); in testReferenceReturnValueConversions() local
1056 if (p != 1.11f) { in testReferenceReturnValueConversions()
1149 Process p = (Process) mh.invokeExact(LARGE, SMALL); in testPrimitiveReturnValueConversions() local
1154 Process p = (Process) mh.invoke(LARGE, SMALL); in testPrimitiveReturnValueConversions() local
1842 (p, m, a) -> { in testInterfaceSpecial()
1851 p.getClass()) in testInterfaceSpecial()
[all …]

12345