/aosp12/art/test/990-field-trace/src/art/ |
H A D | Test990.java | 41 private Executable method; field in Test990.FieldWrite 47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite() 65 private Executable method; field in Test990.FieldRead 69 public FieldRead(Executable method, Object target, Field f) { in FieldRead() 83 private static String genericToString(Object val) { in genericToString() 109 private static String arrayToString(Object val) { in arrayToString()
|
/aosp12/art/test/435-new-instance/src/ |
H A D | TestClass.java | 19 public int val; field in TestClass 20 public void method() {}; in method() method in TestClass
|
/aosp12/art/runtime/interpreter/ |
H A D | shadow_frame.h | 76 ArtMethod* method, uint32_t dex_pc) { in CreateDeoptimizedFrame() 90 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument 203 void SetVReg(size_t i, int32_t val) { in SetVReg() 212 void SetVRegFloat(size_t i, float val) { in SetVRegFloat() 221 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() 232 void SetVRegDouble(size_t i, double val) { in SetVRegDouble() 247 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) { in SetMethod() 318 ArtMethod* method, in CreateShadowFrameImpl() 388 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, uint32_t dex_pc) in ShadowFrame()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_method.cc | 132 jmethodID method, in GetBytecodes() 288 jmethodID method, in GetMaxLocals() 511 jmethodID method, in IsMethodT() 528 auto test = [](art::ArtMethod* method) { in IsMethodNative() 535 auto test = [](art::ArtMethod* method) { in IsMethodObsolete() 542 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic() 577 art::ArtMethod* method = visitor.GetMethod(); in Run() local 804 jvalue* val) in GetLocalVariableClosure() 945 jvalue* val) { in GetLocalVariableGeneric() 974 jvalue val) in SetLocalVariableClosure() [all …]
|
H A D | events.cc | 629 art::ArtMethod* method, in MethodEntered() 646 art::ArtMethod* method, in MethodExited() 684 jvalue val; in MethodExited() local 701 art::ArtMethod* method, in MethodExited() 733 jvalue val; in MethodExited() local 752 art::ArtMethod* method, in MethodUnwind() 757 jvalue val; in MethodUnwind() local 782 art::ArtMethod* method, in DexPcMoved() 851 jvalue val; in FieldWritten() local 886 jvalue val; in FieldWritten() local [all …]
|
/aosp12/art/runtime/ |
H A D | trace.cc | 182 static void Append2LE(uint8_t* buf, uint16_t val) { in Append2LE() 188 static void Append4LE(uint8_t* buf, uint32_t val) { in Append4LE() 196 static void Append8LE(uint8_t* buf, uint64_t val) { in Append8LE() 705 ArtMethod* method, in DexPcMoved() 714 ArtMethod* method, in FieldRead() 725 ArtMethod* method, in FieldWritten() 737 ArtMethod* method, in MethodEntered() 748 ArtMethod* method, in MethodExited() 764 ArtMethod* method, in MethodUnwind() 812 bool Trace::RegisterMethod(ArtMethod* method) { in RegisterMethod() [all …]
|
H A D | instrumentation.cc | 63 ArtMethod* method, in MethodExited() 78 ArtMethod* method, in FieldWritten() 143 ArtMethod* method = frame.method_; in PopFramesTo() local 511 JValue val; in InstrumentationRestoreStack() local 1003 void Instrumentation::Deoptimize(ArtMethod* method) { in Deoptimize() 1026 void Instrumentation::Undeoptimize(ArtMethod* method) { in Undeoptimize() 1064 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized() 1086 ArtMethod* method; in DisableDeoptimization() local 1273 ArtMethod* method, in BranchImpl() 1322 Handle<mirror::Object> val(hs.NewHandle(field_value.GetL())); in FieldWriteEventImpl() local [all …]
|
H A D | stack.cc | 215 uint32_t* val, in GetVReg() 583 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc() local 637 void StackVisitor::SetMethod(ArtMethod* method) { in SetMethod() 650 static void AssertPcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) in AssertPcIsWithinQuickCode() 692 ArtMethod* method = GetMethod(); in ValidateFrame() local 762 ArtMethod* method = GetMethod(); in GetCurrentQuickFrameInfo() local 820 ArtMethod* method = *cur_quick_frame_; in WalkStack() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 121 private static boolean parseBoolean(String val) { in parseBoolean() 131 private synchronized boolean filterOutInternalHeaders(String key, String val) { in filterOutInternalHeaders() 150 String val = pair.substring(colonPos + 1); in convertHeaderStringToMap() local 299 String method = mConnection.getRequestMethod(); in seekTo() local
|
/aosp12/art/test/991-field-trace-2/src/art/ |
H A D | Test991.java | 32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess() 41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify() 135 int val = t1.xyz; in accept() local 145 int val = f.getInt(t1); in accept() local 216 public static void doPrintNativeNotification(int val) { in doPrintNativeNotification()
|
/aosp12/art/test/ti-agent/ |
H A D | locals_helper.cc | 51 jobject val) { in Java_art_Locals_SetLocalVariableObject() 60 jdouble val) { in Java_art_Locals_SetLocalVariableDouble() 69 jfloat val) { in Java_art_Locals_SetLocalVariableFloat() 78 jlong val) { in Java_art_Locals_SetLocalVariableLong() 87 jint val) { in Java_art_Locals_SetLocalVariableInt() 153 jmethodID method = env->FromReflectedMethod(m); in Java_art_Locals_GetLocalVariableTable() local
|
H A D | trace_helper.cc | 45 static void SetInCallback(JNIEnv* env, jvmtiEnv *jvmti, jthread thr, bool val) { in SetInCallback() 132 jmethodID method, in singleStepCB() 160 jmethodID method, in fieldAccessCB() 196 jmethodID method, in fieldModificationCB() 241 jmethodID method, in methodExitCB() 278 jmethodID method) { in methodEntryCB()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 584 ArtMethod* method, in HandleDeoptimization() 771 jvalue val; in Visit() local 1527 void AdvanceInt(uint32_t val) { in AdvanceInt() 1598 void AdvanceFloat(float val) { in AdvanceFloat() 1687 void PushGpr(uintptr_t val) { in PushGpr() 1690 void PushFpr4(float val) { in PushFpr4() 1693 void PushFpr8(uint64_t val) { in PushFpr8() 1873 void PushGpr(uintptr_t val) { in PushGpr() 1878 void PushFpr4(float val) { in PushFpr4() 1883 void PushFpr8(uint64_t val) { in PushFpr8() [all …]
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file.cc | 232 for (const ClassAccessor::Method &method : accessor.GetMethods()) { in GetCodeItemOffset() local 242 std::optional<uint32_t> val = GetCodeItemOffset(class_def, dex_method_idx); in FindCodeItemOffset() local 300 const MethodId& method = GetMethodId(mid); in FindMethodIdByIndex() local 495 int32_t val = 0; in ReadSignedInt() local 506 uint32_t val = 0; in ReadUnsignedInt() local 518 int64_t val = 0; in ReadSignedLong() local 529 uint64_t val = 0; in ReadUnsignedLong() local
|
/aosp12/art/tools/dmtracedump/ |
H A D | tracedump.cc | 142 struct MethodEntry* method; member 198 MethodEntry* method; member 916 uint32_t val = getc(fp); in read2LE() local 921 uint32_t val = getc(fp); in read4LE() local 928 uint64_t val = getc(fp); in read8LE() local 1387 MethodEntry* method = pMethods[ii]; in printExclusiveProfile() local 1520 MethodEntry* method = pMethods[ii]; in printInclusiveProfile() local 1700 MethodEntry* method = pClass->methods[jj]; in printClassProfiles() local 1776 MethodEntry* method = pClass->methods[jj]; in printClassProfiles() local 2269 MethodEntry* method = methods[i]; in findMatch() local [all …]
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 51 ArtMethod* method = self->GetCurrentMethod(nullptr); in CheckReferenceResult() local 83 jobject val = args[i].l; in InvokeProxyInvocationHandler() local 88 ObjPtr<mirror::Object> val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv); in InvokeProxyInvocationHandler() local
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 167 ArtMethod* method, in MethodVerifier() 2257 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2263 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local 2269 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local 2276 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2283 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local 2290 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local 2297 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local 5278 ArtMethod* method, in CalculateVerificationInfo() 5326 ArtMethod* method, in VerifyMethodAndDump() [all …]
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 200 static const char* strBool(bool val) { in strBool() 207 static const char* quotedBool(bool val) { in quotedBool() 229 static int countOnes(u4 val) { in countOnes() 898 std::string method("<method?>"); in indexString() local 1257 static void dumpMethod(const ClassAccessor::Method& method, int i) { in dumpMethod() 1436 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in dumpCfg() local 1587 for (const ClassAccessor::Method& method : accessor.GetDirectMethods()) { in dumpClass() local 1597 for (const ClassAccessor::Method& method : accessor.GetVirtualMethods()) { in dumpClass() local
|
/aosp12/art/tools/ahat/etc/ |
H A D | hprofdump.py | 165 method = readID(hprof) variable 267 val = readval(ty, hprof) ; length -= valsize(ty) variable 275 val = readval(ty, hprof) ; length -= valsize(ty) variable
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | mterp.cc | 310 art::ArtMethod* method, in MterpCheckCast() 333 art::ArtMethod* method, in MterpInstanceOf() 391 ObjPtr<mirror::Object> val = shadow_frame->GetVRegReference(inst->VRegA_23x(inst_data)); in MterpAputObject() local 840 extern "C" ssize_t MterpSetUpHotnessCountdown(ArtMethod* method, in MterpSetUpHotnessCountdown() 880 extern "C" ssize_t MterpAddHotnessBatch(ArtMethod* method, in MterpAddHotnessBatch() 905 ArtMethod* method = shadow_frame->GetMethod(); in MterpMaybeDoOnStackReplacement() local
|
/aosp12/art/test/046-reflect/src/ |
H A D | Main.java | 343 String val = (String) field.get(instance); in run() local 489 Method method = niuClass.getMethod("staticMethod"); in checkClinitForMethods() local 517 Method method; in checkGeneric() local
|
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | ti_alloc_sample.cc | 44 struct jlongContainer { jlong val; }; member 297 std::string method; in formatMethod() local
|
/aosp12/art/test/ti-stress/ |
H A D | stress.cc | 383 const char* val = jnienv->GetStringUTFChars(str, nullptr); in GetName() local 399 static std::string GetValOf(jvmtiEnv* env, JNIEnv* jnienv, std::string type, jvalue val) { in GetValOf() 534 jvalue val) { in MethodExitHook() 600 jmethodID method, in SingleStepHook()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | Utils.java | 240 public static ParcelUuid[] byteArrayToUuid(byte[] val) { in byteArrayToUuid() 615 public static boolean callerIsSystemOrActiveUser(String tag, String method) { in callerIsSystemOrActiveUser() 655 String method) { in callerIsSystemOrActiveOrManagedUser()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-android-processor-2.23.jar | java/dagger/android/processor/META-INF/gradle/incremental.annotation.processors
... |