Searched refs:what (Results 1 - 14 of 14) sorted by relevance

/art/runtime/
H A Dindirect_reference_table-inl.h63 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { argument
66 LOG(ERROR) << "JNI ERROR (app bug): attempt to " << what
H A Dcheck_jni.cc623 const char* what = nullptr; local
626 what = "jclass";
629 what = "direct ByteBuffer";
632 what = "jobject";
635 what = "jstring";
638 what = "jthrowable";
648 AbortF("%s received NULL %s", function_name_, what);
666 what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(),
675 what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(),
698 AbortF("%s has wrong type: %s", what, PrettyTypeO
[all...]
H A Ddebugger.cc3606 // The debugger is not interested in what is happening under the level
3681 // Work out what ArtMethod* we're in, the current line number, and how deep the stack currently
3876 * It's unclear what this means when the event specifies "resume all"
4410 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { argument
4416 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) {
4417 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what);
4423 gDdmNhsgWhat = what;
4426 gDdmHpsgWhat = what;
4685 // It's an allocated chunk. Figure out what i
4739 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat; local
[all...]
H A Ddebugger.h710 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
/art/runtime/jdwp/
H A Djdwp_request.cc77 int32_t Request::ReadSigned32(const char* what) { argument
79 VLOG(jdwp) << " " << what << " " << value;
83 uint32_t Request::ReadUnsigned32(const char* what) { argument
85 VLOG(jdwp) << " " << what << " " << value;
H A Djdwp.h432 int32_t ReadSigned32(const char* what);
434 uint32_t ReadUnsigned32(const char* what);
/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/gc/space/
H A Dmalloc_space.h38 #define CHECK_MEMORY_CALL(call, args, what) \
43 PLOG(FATAL) << # call << " failed for " << what; \
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc159 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { argument
160 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
/art/build/
H A DAndroid.common.mk57 $(error Do not know what to do with this multi-target configuration!)
/art/runtime/base/
H A Dlogging.h149 #define CHECK_PTHREAD_CALL(call, args, what) \
154 PLOG(::art::FATAL) << # call << " failed for " << what; \
/art/test/
H A Drun-test266 what="$1"
267 if [ "x$what" = "x" ]; then
272 run_args="${run_args} --invoke-with ${what}"
374 # Try to map the suffix64 flag and what we find in ${ANDROID_PRODUCT_OUT}/data/art-test to an architecture name.
/art/compiler/
H A Doat_writer.cc786 void ReportWriteFailure(const char* what, const ClassDataItemIterator& it) { argument
787 PLOG(ERROR) << "Failed to write " << what << " for "
/art/dex2oat/
H A Ddex2oat.cc125 // This should leave any dex-file and oat-file options, describing what we compiled.
351 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \

Completed in 270 milliseconds