Home | History | Annotate | Download | only in imgdiag

Lines Matching refs:runtime

220 // entry1 and entry2 might be relocated, this means we must use the runtime image's entry
721 class_linker_ = Runtime::Current()->GetClassLinker();
848 OatFileManager& oat_file_manager = Runtime::Current()->GetOatFileManager();
917 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet());
926 // Null for runtime metionds.
972 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet());
1141 StringPrintf("/proc/%ld", static_cast<long>(image_diff_pid_)); // NOLINT [runtime/int]
1168 StringPrintf("/proc/%ld/mem", static_cast<long>(pid)); // NOLINT [runtime/int]
1174 "/proc/%ld/pagemap", static_cast<long>(pid)); // NOLINT [runtime/int]
1211 // TODO: Rewrite imgdiag to load boot image without creating a runtime.
1213 Runtime* runtime = Runtime::Current();
1214 CHECK(!runtime->ShouldRelocate());
1216 for (gc::space::ImageSpace* space : runtime->GetHeap()->GetBootImageSpaces()) {
1810 static int DumpImage(Runtime* runtime,
1816 gc::Heap* heap = runtime->GetHeap();
1899 // Right now the code assumes both the runtime ISA and the remote ISA are identical.
1900 *error_msg = "Must use the default runtime ISA; changing ISA is not supported.";
1937 bool ExecuteWithRuntime(Runtime* runtime) override {
1940 return DumpImage(runtime,