Home
last modified time | relevance | path

Searched +defs:val +defs:method (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/art/test/990-field-trace/src/art/
H A DTest990.java41 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 DTestClass.java19 public int val; field in TestClass
20 public void method() {}; in method() method in TestClass
/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h76 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 Dti_method.cc132 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 Devents.cc629 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 Dtrace.cc182 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 Dinstrumentation.cc63 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 Dstack.cc215 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 DMediaHTTPConnection.java121 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 DTest991.java32 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 Dlocals_helper.cc51 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 Dtrace_helper.cc45 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 Dquick_trampoline_entrypoints.cc584 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 Ddex_file.cc232 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 Dtracedump.cc142 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 Dentrypoint_utils.cc51 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 Dmethod_verifier.cc167 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 Ddexdump.cc200 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 Dhprofdump.py165 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 Dmterp.cc310 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 DMain.java343 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 Dti_alloc_sample.cc44 struct jlongContainer { jlong val; }; member
297 std::string method; in formatMethod() local
/aosp12/art/test/ti-stress/
H A Dstress.cc383 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 DUtils.java240 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 Ddagger-android-processor-2.23.jarjava/dagger/android/processor/META-INF/gradle/incremental.annotation.processors ...

123