Home
last modified time | relevance | path

Searched refs:name (Results 26 – 50 of 1333) sorted by relevance

12345678910>>...54

/art/test/ti-agent/
Dcommon_helper.cc58 std::string name; in GetJavaValueByType() local
66 name = "java/lang/Boolean"; in GetJavaValueByType()
69 name = "java/lang/Byte"; in GetJavaValueByType()
72 name = "java/lang/Character"; in GetJavaValueByType()
75 name = "java/lang/Short"; in GetJavaValueByType()
78 name = "java/lang/Integer"; in GetJavaValueByType()
81 name = "java/lang/Long"; in GetJavaValueByType()
84 name = "java/lang/Float"; in GetJavaValueByType()
87 name = "java/lang/Double"; in GetJavaValueByType()
94 oss << "(" << type << ")L" << name << ";"; in GetJavaValueByType()
[all …]
/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h28 #define ENTRYPOINT_ENUM(name, rettype, ...) kQuick ## name, argument
42 #define ENTRYPOINT_ENUM(name, rettype, ...) case kQuick ## name : \ in GetThreadOffset() argument
43 return QUICK_ENTRYPOINT_OFFSET(pointer_size, p ## name); in GetThreadOffset()
57 #define ENTRYPOINT_ENUM(name, ...) \ argument
58 template <> inline void CheckEntrypointTypes<kQuick ## name, __VA_ARGS__>() {}; // NOLINT [readabi…
/art/test/674-hiddenapi/src-ex/
DJNI.java18 public static native boolean canDiscoverField(Class<?> klass, String name, boolean isStatic); in canDiscoverField() argument
19 public static native boolean canGetField(Class<?> klass, String name, boolean isStatic); in canGetField() argument
20 public static native boolean canSetField(Class<?> klass, String name, boolean isStatic); in canSetField() argument
22 public static native boolean canDiscoverMethod(Class<?> klass, String name, boolean isStatic); in canDiscoverMethod() argument
23 public static native boolean canInvokeMethodA(Class<?> klass, String name, boolean isStatic); in canInvokeMethodA() argument
24 public static native boolean canInvokeMethodV(Class<?> klass, String name, boolean isStatic); in canInvokeMethodV() argument
/art/tools/veridex/
Dhidden_api_finder.cc37 const auto& name = HiddenApi::GetApiMethodName(resolver->GetDexFile(), method_id); in CheckMethod() local
38 method_locations_[name].push_back(ref); in CheckMethod()
46 const auto& name = HiddenApi::GetApiFieldName(resolver->GetDexFile(), field_id); in CheckField() local
47 field_locations_[name].push_back(ref); in CheckField()
56 std::string name(dex_file.StringByTypeIdx(dex::TypeIndex(i))); in CollectAccesses() local
57 classes_.insert(name); in CollectAccesses()
68 const auto& name = std::string(dex_file.StringDataByIdx(string_index)); in CollectAccesses() local
71 if (name.find(' ') == std::string::npos) { in CollectAccesses()
75 std::string str = HiddenApi::ToInternalName(name); in CollectAccesses()
82 } else if (hidden_api_.IsInBoot(name)) { in CollectAccesses()
[all …]
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DReachability.java60 private final String name; field in Reachability
62 Reachability(String name) { in Reachability() argument
63 this.name = name; in Reachability()
68 return name; in toString()
DType.java71 public final String name; field in Type
87 Type(String name, int size) { in Type() argument
88 this.name = name; in Type()
94 return name; in toString()
/art/test/510-checker-try-catch/smali/
DBuilder.smali24 ## CHECK: name "B0"
30 ## CHECK: name "<<BTry1:B\d+>>"
35 ## CHECK: name "<<BAdd:B\d+>>"
40 ## CHECK: name "<<BTry2:B\d+>>"
46 ## CHECK: name "<<BAfterTry2:B\d+>>"
51 ## CHECK: name "<<BReturn>>"
56 ## CHECK: name "<<BCatch1>>"
62 ## CHECK: name "<<BCatch2>>"
68 ## CHECK: name "<<BCatch3>>"
74 ## CHECK: name "<<BEnterTry1>>"
[all …]
/art/tools/dexfuzz/src/dexfuzz/
DTimer.java28 private String name; field in Timer
44 public Timer(String name) { in Timer() argument
45 this.name = name; in Timer()
68 listener.handleTiming(name, ((float)elapsedTime) / 1000.0f); in printTime()
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1923-frame-pop/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1916-get-set-current-frame/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1939-proxy-frames/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1925-self-frame-pop/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/jvmti-common/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1913-get-set-local-objects/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1926-missed-frame-pop/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1914-get-local-instance/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1911-get-local-var-table/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription() argument
37 this.name = name; in VariableDescription()
50 this.name, in toString()
62 Objects.equals(v.name, name) && in equals()
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine() argument
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument
88 var.name.equals(name) && in GetVariableAtLocation()
[all …]
/art/test/952-invoke-custom/src/
DTestInvocationKinds.java30 MethodHandles.Lookup lookup, String name, MethodType methodType) throws Throwable { in lookupStaticFieldGetter() argument
33 lookup.findStaticGetter(TestInvocationKinds.class, name, methodType.returnType()); in lookupStaticFieldGetter()
41 name = "lookupStaticFieldSetter"
52 MethodHandles.Lookup lookup, String name, MethodType methodType) throws Throwable { in lookupStaticFieldSetter() argument
56 TestInvocationKinds.class, name, methodType.parameterType(0)); in lookupStaticFieldSetter()
64 name = "lookupStaticFieldGetter"
76 MethodHandles.Lookup lookup, String name, MethodType methodType) throws Throwable { in lookupInstanceFieldSetter() argument
79 lookup.findSetter(methodType.parameterType(0), name, methodType.parameterType(1)); in lookupInstanceFieldSetter()
87 name = "lookupInstanceFieldSetter"
99 MethodHandles.Lookup lookup, String name, MethodType methodType) throws Throwable { in lookupInstanceFieldGetter() argument
[all …]

12345678910>>...54