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

/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.h427 int32_t ReadSigned32(const char* what);
429 uint32_t ReadUnsigned32(const char* what);
/art/runtime/
H A Dindirect_reference_table-inl.h69 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { argument
74 what,
H A Ddebugger.cc3543 // The debugger is not interested in what is happening under the level
3688 // Work out what ArtMethod* we're in, the current line number, and how deep the stack currently
4431 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { argument
4437 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) {
4438 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what);
4444 gDdmNhsgWhat = what;
4447 gDdmHpsgWhat = what;
4706 // It's an allocated chunk. Figure out what it is.
4760 Dbg::HpsgWhat what local
[all...]
H A Dcheck_jni.cc736 const char* what = nullptr; local
739 what = "jclass";
742 what = "direct ByteBuffer";
745 what = "jobject";
748 what = "jstring";
751 what = "jthrowable";
761 AbortF("%s received NULL %s", function_name_, what);
779 what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(),
788 what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(),
811 AbortF("%s has wrong type: %s", what, PrettyTypeO
[all...]
H A Ddebugger.h678 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
/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.h37 #define CHECK_MEMORY_CALL(call, args, what) \
42 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.mk66 $(warning Do not know what to do with this multi-target configuration!)
/art/runtime/base/
H A Dlogging.h154 #define CHECK_PTHREAD_CALL(call, args, what) \
159 PLOG(::art::FATAL) << # call << " failed for " << what; \
/art/test/
H A Drun-test273 what="$1"
274 if [ "x$what" = "x" ]; then
279 run_args="${run_args} --invoke-with ${what}"
411 # Try to map the suffix64 flag and what we find in ${ANDROID_PRODUCT_OUT}/data/art-test to an architecture name.
H A DAndroid.run-test.mk289 # 554-jit-profile-file is disabled because it needs a primary oat file to know what it should save.
384 # 554-jit-profile-file is disabled because it needs a primary oat file to know what it should save.
/art/compiler/
H A Doat_writer.cc1120 void ReportWriteFailure(const char* what, const ClassDataItemIterator& it) {
1121 PLOG(ERROR) << "Failed to write " << what << " for "
/art/dex2oat/
H A Ddex2oat.cc137 // This should leave any dex-file and oat-file options, describing what we compiled.
395 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \

Completed in 3264 milliseconds