/art/compiler/utils/ |
D | swap_space.cc | 43 LOG(INFO) << " 0x" << std::hex << entry.second->Start() in DumpFreeMap() 178 CHECK_LE(prev->End(), chunk.Start()); in Free() 179 if (prev->End() == chunk.Start()) { in Free() 190 CHECK_LE(chunk.End(), it->Start()); in Free() 191 if (chunk.End() == it->Start()) { in Free()
|
D | swap_space.h | 51 uintptr_t Start() const { in Start() function 75 return lhs.second->Start() < rhs.second->Start(); in operator()
|
/art/compiler/debug/ |
D | elf_debug_writer.cc | 72 line_writer.Start(); in WriteDebugInfo() 82 info_writer.Start(); in WriteDebugInfo() 122 builder->Start(false /* write_program_headers */); in WriteDebugElfFileForMethodsInternal() 154 builder->Start(false /* write_program_headers */); in WriteDebugElfFileForClassesInternal() 156 info_writer.Start(); in WriteDebugElfFileForClassesInternal()
|
D | elf_symtab_writer.h | 59 strtab->Start(); in WriteDebugSymbols() 103 symtab->Start(); in WriteDebugSymbols()
|
D | elf_debug_line_writer.h | 49 void Start() { in Start() function 50 builder_->GetDebugLine()->Start(); in Start()
|
D | elf_debug_frame_writer.h | 214 cfi_section->Start(); in WriteCFISection() 246 header_section->Start(); in WriteCFISection()
|
D | elf_gnu_debugdata_writer.h | 90 builder->Start(); in MakeMiniDebugInfoInternal()
|
D | elf_debug_info_writer.h | 74 void Start() { in Start() function 75 builder_->GetDebugInfo()->Start(); in Start()
|
/art/compiler/ |
D | elf_writer_quick.cc | 95 void Start() OVERRIDE; 165 void ElfWriterQuick<ElfTypes>::Start() { in Start() function in art::ElfWriterQuick 166 builder_->Start(); in Start() 185 rodata->Start(); in StartRoData() 198 text->Start(); in StartText()
|
D | elf_writer.h | 54 virtual void Start() = 0;
|
D | elf_builder.h | 118 void Start() { in Start() function 191 Start(); in WriteNoBitsSection() 269 this->Start(); in WriteCachedSection() 524 s->Start(); in WritePatches() 532 s->Start(); in WriteSection() 543 void Start(bool write_program_headers = true) { 566 shstrtab_.Start(); in End() 728 abiflags_.Start(); in WriteMIPSabiflagsSection()
|
D | exception_test.cc | 163 bool started = runtime_->Start(); in TEST_F()
|
D | image_test.cc | 110 elf_writer->Start(); in TestWriteRead()
|
/art/runtime/gc/ |
D | task_processor.h | 59 void Start(Thread* self) REQUIRES(!*lock_);
|
D | task_processor.cc | 113 void TaskProcessor::Start(Thread* self) { in Start() function in art::gc::TaskProcessor
|
D | task_processor_test.cc | 73 task_processor.Start(self); in TEST_F()
|
/art/runtime/jit/ |
D | profile_saver.h | 31 static void Start(const std::string& output_filename,
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 86 Trace::Start("[DDMS]", -1, bufferSize, flags, Trace::TraceOutputMode::kDDMS, in VMDebug_startMethodTracingDdmsImpl() 111 Trace::Start(traceFilename.c_str(), fd, bufferSize, flags, Trace::TraceOutputMode::kFile, in VMDebug_startMethodTracingFd() 123 Trace::Start(traceFilename.c_str(), -1, bufferSize, flags, Trace::TraceOutputMode::kFile, in VMDebug_startMethodTracingFilename()
|
D | dalvik_system_ZygoteHooks.cc | 193 Trace::Start(trace_file.c_str(), in ZygoteHooks_nativePostForkChild()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 66 builder.Start(); in Objdump()
|
/art/runtime/base/ |
D | timing_logger.h | 35 void Start();
|
D | timing_logger.cc | 54 void CumulativeLogger::Start() { in Start() function in art::CumulativeLogger
|
/art/runtime/ |
D | profiler.h | 170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)
|
D | trace.h | 115 static void Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
|
D | reflection_test.cc | 126 bool started = runtime_->Start(); in ReflectionTestMakeExecutable() 524 bool started = runtime_->Start(); in TEST_F()
|