/art/runtime/jdwp/ |
D | jdwp_request.cc | 78 int32_t Request::ReadSigned32(const char* what) { in ReadSigned32() argument 80 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32() 84 uint32_t Request::ReadUnsigned32(const char* what) { in ReadUnsigned32() argument 86 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32()
|
/art/test/062-character-encodings/ |
D | info.txt | 1 Test that the list of character encodings is what we expect.
|
/art/libartbase/base/ |
D | bit_struct.h | 147 T2& Assign(T2& what, T value) { in Assign() 152 what.Set(value); in Assign() 153 return what; in Assign()
|
D | utils.h | 142 static inline void CheckedCall(const Func& function, const char* what, Args... args) { in CheckedCall() argument 145 PLOG(FATAL) << "Checked call failed for " << what; in CheckedCall()
|
/art/dalvikvm/ |
D | dalvikvm.cc | 129 const char* what = nullptr; in dalvikvm() local 146 what = argv[arg_idx]; in dalvikvm() 151 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what); in dalvikvm()
|
/art/test/401-optimizing-compiler/ |
D | info.txt | 1 A set of tests for the optimizing compiler. They will incrementally cover what the
|
/art/tools/amm/models/ |
D | SoCode.md | 8 include information about what caused a library to be loaded, whether the 10 or what is causing a library to remain loaded. Individual `.so` files can be
|
/art/test/698-selects/ |
D | info.txt | 2 assumptions on what could be of a boolean type.
|
/art/test/065-mismatched-implements/ |
D | info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/art/test/589-super-imt/ |
D | info.txt | 1 Test what the IMT is properly set for a subclass, and that the
|
/art/runtime/ |
D | indirect_reference_table-inl.h | 72 inline bool IndirectReferenceTable::CheckEntry(const char* what, in CheckEntry() argument 79 what, in CheckEntry()
|
/art/test/800-smali/smali/ |
D | b_26965384.smali | 13 # Just by loading this class we should fail. It doesn't really matter what's in
|
D | b_27799205_helper.smali | 5 # unresolved types. It makes it harder to distinguish what kind of error we got.
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 170 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument 171 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
|
/art/libartbase/base/unix_file/ |
D | README | 5 don't pay for what you don't use" apply.
|
/art/tools/jvmti-agents/ti-fast/ |
D | Android.bp | 25 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/field-null-percent/ |
D | Android.bp | 25 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | Android.bp | 25 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | Android.bp | 26 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | Android.bp | 26 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/titrace/ |
D | Android.bp | 29 // to be same ISA as what it is attached to.
|
/art/adbconnection/ |
D | Android.bp | 26 // to be same ISA as what it is attached to.
|
/art/dt_fd_forward/ |
D | Android.bp | 26 // ISA as what it is attached to.
|
/art/tools/jvmti-agents/jit-load/ |
D | Android.bp | 28 // to be same ISA as what it is attached to.
|
/art/tools/runtime_memusage/ |
D | README | 7 1. Visualizing what part of a Dex File is being accessed at what time
|