Searched defs:what (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dindirect_reference_table-inl.h72 inline bool IndirectReferenceTable::CheckEntry(const char* what, argument
79 what,
H A Dcheck_jni.cc745 const char* what = nullptr; local
748 what = "jclass";
751 what = "direct ByteBuffer";
754 what = "jobject";
757 what = "jstring";
760 what = "jthrowable";
770 AbortF("%s received NULL %s", function_name_, what);
788 what,
799 what,
824 AbortF("%s has wrong type: %s", what, mirro
[all...]
H A Ddebugger.cc3587 // The debugger is not interested in what is happening under the level
3736 // Work out what ArtMethod* we're in, the current line number, and how deep the stack currently
4485 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { argument
4491 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) {
4492 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what);
4498 gDdmNhsgWhat = what;
4501 gDdmHpsgWhat = what;
4760 // It's an allocated chunk. Figure out what it is.
4814 Dbg::HpsgWhat what local
[all...]
/art/dalvikvm/
H A Ddalvikvm.cc129 const char* what = nullptr; local
146 what = argv[arg_idx];
151 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what);
/art/runtime/jdwp/
H A Djdwp_request.cc78 int32_t Request::ReadSigned32(const char* what) { argument
80 VLOG(jdwp) << " " << what << " " << value;
84 uint32_t Request::ReadUnsigned32(const char* what) { argument
86 VLOG(jdwp) << " " << what << " " << value;
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc158 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { argument
159 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);

Completed in 751 milliseconds