Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/
Dexec_utils.cc75 int status = -1; in ExecAndReturnCode() local
91 int status = ExecAndReturnCode(arg_vector, error_msg); in Exec() local
Doat_file_assistant_test.cc1382 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
1408 int status = oat_file_assistant.MakeUpToDate(false, context.get(), &error_msg); in TEST_F() local
1428 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
1448 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
1475 int status = oat_file_assistant.MakeUpToDate(false, context.get(), &error_msg); in TEST_F() local
1506 int status = oat_file_assistant.MakeUpToDate(false, context.get(), &error_msg); in TEST_F() local
1532 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
1542 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
1555 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
1565 int status = oat_file_assistant.MakeUpToDate(false, kSpecialSharedLibraryContext, &error_msg); in TEST_F() local
Doat_file_assistant.cc51 std::ostream& operator << (std::ostream& stream, const OatFileAssistant::OatStatus status) { in operator <<()
295 std::ostringstream status; in GetStatusDump() local
1330 OatStatus status = oat_file_assistant.GivenOatFileStatus(*oat_file); in GetOptimizationStatus() local
Dparsed_options.cc642 void ParsedOptions::Exit(int status) { in Exit()
Doat_file.cc1764 ClassStatus status = enum_cast<ClassStatus>(*reinterpret_cast<const int16_t*>(status_pointer)); in GetOatClass() local
1858 ClassStatus status, in OatClass()
Druntime.cc597 void Runtime::CallExitHook(jint status) { in CallExitHook()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiffedFieldValue.java50 public final Status status; field in DiffedFieldValue
109 private DiffedFieldValue(String name, Type type, Value current, Value baseline, Status status) { in DiffedFieldValue()
/art/compiler/dex/
Dquick_compiler_callbacks.cc54 void QuickCompilerCallbacks::UpdateClassState(ClassReference ref, ClassStatus status) { in UpdateClassState()
/art/runtime/jdwp/
Djdwp_handler.cc166 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr); in VM_ClassesBySignature() local
276 JdwpError status = Dbg::CreateString(str, &string_id); in VM_CreateString() local
367 JDWP::JdwpError status = Dbg::GetClassInfo(classes[i], &type_tag, &class_status, &descriptor); in VM_AllClassesImpl() local
436 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply); in RT_GetValues() local
451 JdwpError status = Dbg::GetSourceFile(refTypeId, &source_file); in RT_SourceFile() local
467 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr); in RT_Status() local
491 JdwpError status = Dbg::GetClassObject(refTypeId, &class_object_id); in RT_ClassObject() local
508 JdwpError status = Dbg::GetSourceDebugExtension(refTypeId, &extension_data); in RT_SourceDebugExtension() local
521 JdwpError status = Dbg::GetSignature(refTypeId, &signature); in RT_Signature() local
610 JdwpError status = Dbg::GetSuperclass(class_id, &superClassId); in CT_Superclass() local
[all …]
Djdwp_event.cc215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent() local
1258 int status = JDWP::CS_VERIFIED | JDWP::CS_PREPARED; in PostClassPrepare() local
/art/oatdump/
Doatdump_test.h238 int status = 0; in Exec() local
304 int status = 0; in ForkAndExecAndWait() local
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc39 ClassStatus status = klass->GetStatus(); in Java_Main_nativeSkipVerification() local
/art/test/137-cfi/
Dcfi.cc158 int status; in wait_for_sigstop() local
/art/compiler/driver/
Dcompiler_driver_test.cc349 ClassStatus status; in CheckVerifiedClass() local
403 ClassStatus status = {}; in TEST_F() local
Dcompiler_driver.cc1888 ClassStatus status, in LoadAndUpdateStatus()
2864 ClassStatus status = ClassStatus::kNotReady; in GetClassStatus() local
2871 void CompilerDriver::RecordClassStatus(const ClassReference& ref, ClassStatus status) { in RecordClassStatus()
/art/runtime/mirror/
Dclass.h116 static bool IsErroneous(ClassStatus status) { in IsErroneous()
141 ClassStatus status = GetStatus<kVerifyFlags>(); in IsResolved() local
/art/dex2oat/
Ddex2oat_test.cc92 int status = Dex2Oat(args, error_msg); local
127 int status = GenerateOdexForTestWithStatus({dex_location}, in GenerateOdexForTest() local
268 int status = -1; in Dex2Oat() local
1091 int status = RunTest({ "--boot-image=/this/does/not/exist/yolo.oat" }); in TEST_F() local
1634 int status = GenerateOdexForTestWithStatus( in TEST_F() local
2051 int status = GenerateOdexForTestWithStatus( in TEST_F() local
2088 int status = 0u; in TEST_F() local
Ddex2oat_image_test.cc225 int status = -1; in RunDex2Oat() local
/art/runtime/jit/
Dprofile_compilation_info.cc201 ProfileLoadStatus status = LoadInternal(fd, &error); in MergeWith() local
232 ProfileLoadStatus status = LoadInternal(fd, &error); in Load() local
951 ProfileLoadStatus status = safe_buffer.Fill(source, "ReadProfileHeader", error); in ReadProfileHeader() local
1066 ProfileLoadStatus status = LoadInternal(fd, &error, merge_classes, filter_fn); in Load() local
1268 ProfileLoadStatus status = OpenSource(fd, &source, error); in LoadInternal() local
/art/test/906-iterate-heap/
Diterate_heap.cc413 jint status; in Java_art_Test906_checkInitialized() local
/art/patchoat/
Dpatchoat_test.cc206 int status = -1; in RunDex2OatOrPatchoat() local
/art/openjdkjvm/
DOpenjdkJvm.cc317 JNIEXPORT __attribute__((noreturn)) void JVM_Exit(jint status) { in JVM_Exit()
/art/test/912-classes/
Dclasses.cc171 jint status; in Java_art_Test912_getClassStatus() local
/art/test/913-heaps/
Dheaps.cc1119 jint status; in Java_art_Test913_checkInitialized() local
/art/dex2oat/linker/
Doat_writer.cc195 ClassStatus status) in OatClassHeader()
948 ClassStatus status; in EndClass() local

12