Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 43) sorted by relevance

12

/art/compiler/utils/
Dswap_space.cc43 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()
Dswap_space.h51 uintptr_t Start() const { in Start() function
75 return lhs.second->Start() < rhs.second->Start(); in operator()
/art/compiler/debug/
Delf_debug_writer.cc72 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()
Delf_symtab_writer.h59 strtab->Start(); in WriteDebugSymbols()
103 symtab->Start(); in WriteDebugSymbols()
Delf_debug_line_writer.h49 void Start() { in Start() function
50 builder_->GetDebugLine()->Start(); in Start()
Delf_debug_frame_writer.h214 cfi_section->Start(); in WriteCFISection()
246 header_section->Start(); in WriteCFISection()
Delf_gnu_debugdata_writer.h90 builder->Start(); in MakeMiniDebugInfoInternal()
Delf_debug_info_writer.h74 void Start() { in Start() function
75 builder_->GetDebugInfo()->Start(); in Start()
/art/compiler/
Delf_writer_quick.cc95 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()
Delf_writer.h54 virtual void Start() = 0;
Delf_builder.h118 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()
Dexception_test.cc163 bool started = runtime_->Start(); in TEST_F()
Dimage_test.cc110 elf_writer->Start(); in TestWriteRead()
/art/runtime/gc/
Dtask_processor.h59 void Start(Thread* self) REQUIRES(!*lock_);
Dtask_processor.cc113 void TaskProcessor::Start(Thread* self) { in Start() function in art::gc::TaskProcessor
Dtask_processor_test.cc73 task_processor.Start(self); in TEST_F()
/art/runtime/jit/
Dprofile_saver.h31 static void Start(const std::string& output_filename,
/art/runtime/native/
Ddalvik_system_VMDebug.cc86 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()
Ddalvik_system_ZygoteHooks.cc193 Trace::Start(trace_file.c_str(), in ZygoteHooks_nativePostForkChild()
/art/compiler/debug/dwarf/
Ddwarf_test.h66 builder.Start(); in Objdump()
/art/runtime/base/
Dtiming_logger.h35 void Start();
Dtiming_logger.cc54 void CumulativeLogger::Start() { in Start() function in art::CumulativeLogger
/art/runtime/
Dprofiler.h170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)
Dtrace.h115 static void Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
Dreflection_test.cc126 bool started = runtime_->Start(); in ReflectionTestMakeExecutable()
524 bool started = runtime_->Start(); in TEST_F()

12