Home
last modified time | relevance | path

Searched refs:str (Results 226 – 250 of 254) sorted by relevance

1234567891011

/art/runtime/interpreter/mterp/arm/
Dother.S229 str r1, [rSELF, #THREAD_EXCEPTION_OFFSET] @ clear exception
/art/runtime/
Dparsed_options.cc750 UsageMessage(stream, oss.str().c_str()); in Usage()
Doat_file_assistant.cc249 return status.str(); in GetStatusDump()
Doat_file_manager.cc393 LOG(ERROR) << out.str(); in OpenDexFilesFromOat()
Dthread.cc1407 LOG(FATAL) << ss.str(); in UnsafeLogFatalForSuspendCount()
3310 std::string str(ss.str()); in DumpFromGdb() local
3312 std::cerr << str; in DumpFromGdb()
3315 LOG(INFO) << str; in DumpFromGdb()
Dtrace.cc662 std::string header(os.str()); in FinishTracing()
Dclass_linker.cc732 << os1.str() << "\n\n" << os2.str(); in CheckSystemClass()
1625 [&image_interns, &num_recorded_refs](ObjPtr<mirror::String> str) in VerifyInternedStringReferences()
1627 auto it = image_interns.find(GcRoot<mirror::String>(str)); in VerifyInternedStringReferences()
1629 CHECK(it->Read() == str); in VerifyInternedStringReferences()
1631 return str; in VerifyInternedStringReferences()
1821 [&intern_remap](ObjPtr<mirror::String> str) REQUIRES_SHARED(Locks::mutator_lock_) { in HandleAppImageStrings()
1822 auto it = intern_remap.find(str.Ptr()); in HandleAppImageStrings()
1826 return str; in HandleAppImageStrings()
Dinstrumentation.cc1649 return os.str(); in Dump()
/art/compiler/optimizing/
Dintrinsics_x86.cc1002 Register str = locations->InAt(0).AsRegister<Register>(); in VisitStringEquals() local
1037 __ movl(ecx, Address(str, class_offset)); in VisitStringEquals()
1044 __ cmpl(str, arg); in VisitStringEquals()
1048 __ movl(ecx, Address(str, count_offset)); in VisitStringEquals()
1071 __ leal(esi, Address(str, value_offset)); in VisitStringEquals()
Dnodes.h6657 void SetString(Handle<mirror::String> str) { in SetString() argument
6658 string_ = str; in SetString()
/art/libdexfile/dex/
Ddex_file_verifier.cc2487 const char* str = dex_file_->GetStringData(*item); in CheckInterStringIdItem() local
2488 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()
2489 ErrorStringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str); in CheckInterStringIdItem()
/art/openjdkjvmti/
Dti_redefine.cc705 *error_msg_ = os.str(); in AddRedefinition()
723 *error_msg_ = os.str(); in AddRedefinition()
896 return os.str(); in ToString()
2092 RecordFailure(ERR(INTERNAL), oss.str()); in AllocateNewClassObject()
/art/libprofile/profile/
Dprofile_compilation_info.cc1665 return os.str(); in DumpInfo()
1741 return os.str(); in DumpInfo()
/art/build/apex/
Dart_apex_test.py103 res = str(stdout)
/art/runtime/interpreter/
Dinterpreter_common.h997 TRACE_LOG << oss.str() << "\n"; in TraceExecution()
/art/libartbase/base/
Dmem_map.cc225 *error_msg = os.str(); in CheckMapRequest()
/art/runtime/gc/allocator/
Drosalloc.cc871 return stream.str(); in Dump()
1296 return stream.str(); in DumpPageMap()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2760 return oss.str(); in DumpReferenceInfo()
2774 return oss.str(); in DumpHeapReference()
2881 return oss.str(); in DumpGcRoot()
Dmark_sweep.cc487 LOG(FATAL) << oss.str(); in operator ()()
/art/runtime/gc/
Dheap.cc1409 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()
1634 return oss.str(); in DumpSpaces()
2729 << PrettySize(total_memory) << ", " << "paused " << pause_string.str() in LogGC()
/art/dex2oat/
Ddex2oat.cc1215 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
1232 std::string invocation(oss.str()); in InsertCompileOptions()
/art/profman/
Dprofman.cc670 dump += oss.str(); in DumpProfileInfo()
/art/runtime/jit/
Djit.cc283 *error_msg = oss.str(); in LoadCompilerLibrary()
/art/runtime/mirror/
Dclass.cc1784 return os.str(); in GetMethodIdOffset()
Dvar_handle.cc1575 return oss.str(); in PrettyDescriptorForAccessMode()

1234567891011