Searched defs:Start (Results 1 - 15 of 15) sorted by relevance

/art/test/916-obsolete-jit/src/
H A DTransform.java20 private void Start(Consumer<String> reporter) { method in class:Transform
29 reporter.accept("Pre Start private method call");
30 Start(reporter);
31 reporter.accept("Post Start private method call");
/art/test/915-obsolete-2/src/art/
H A DTest915.java24 private void Start() { method in class:Test915.Transform
33 System.out.println("Pre Start private method call");
34 Start();
35 System.out.println("Post Start private method call");
44 // private void Start() {
53 // System.out.println("Pre Start private method call - Transformed");
54 // Start();
55 // System.out.println("Post Start private method call - Transformed");
/art/test/985-re-obsolete/src/art/
H A DTest985.java24 private void Start() { method in class:Test985.Transform
33 System.out.println("Pre Start private method call");
34 Start();
35 System.out.println("Post Start private method call");
44 // private void Start() {
53 // System.out.println("Pre Start private method call - Transformed");
54 // Start();
55 // System.out.println("Post Start private method call - Transformed");
111 // private void Start() {
120 // System.out.println("second - Pre Start privat
[all...]
/art/test/919-obsolete-fields/src/art/
H A DTest919.java30 private void Start() { method in class:Test919.Transform
39 reporter.accept("Pre Start private method call");
40 Start();
41 reporter.accept("Post Start private method call");
60 // private void Start() {
69 // reporter.accept("pre Start private method call - Transformed");
70 // Start();
71 // reporter.accept("post Start private method call - Transformed");
/art/runtime/gc/
H A Dtask_processor.cc113 void TaskProcessor::Start(Thread* self) { function in class:art::gc::TaskProcessor
/art/compiler/debug/
H A Delf_debug_line_writer.h49 void Start() { function in class:art::debug::ElfDebugLineWriter
50 builder_->GetDebugLine()->Start();
H A Delf_debug_info_writer.h75 void Start() { function in class:art::debug::ElfDebugInfoWriter
76 builder_->GetDebugInfo()->Start();
608 // Start DW_TAG_class_type tag nested in DW_TAG_namespace tags.
/art/compiler/
H A Delf_writer_quick.cc96 void Start() OVERRIDE;
170 void ElfWriterQuick<ElfTypes>::Start() { function in class:art::ElfWriterQuick
171 builder_->Start();
198 rodata->Start();
211 text->Start();
H A Delf_builder.h122 // Start writing of this section.
123 void Start() { function in class:art::FINAL::Section
196 Start();
274 this->Start();
574 s->Start();
582 s->Start();
593 void Start(bool write_program_headers = true) { function in class:art::FINAL
616 shstrtab_.Start();
789 abiflags_.Start();
795 build_id_.Start();
[all...]
/art/compiler/utils/
H A Dswap_space.h53 uintptr_t Start() const { function in struct:art::SwapSpace::SpaceChunk
85 return lhs.free_by_start_entry->Start() < rhs.free_by_start_entry->Start();
/art/runtime/base/
H A Dtiming_logger.cc54 void CumulativeLogger::Start() { function in class:art::CumulativeLogger
117 os << "Start Dumping histograms for " << iterations_ << " iterations"
/art/runtime/jit/
H A Djit.cc304 Start();
331 ProfileSaver::Start(profile_saver_options_,
593 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_);
639 VLOG(jit) << "Start profiling " << method->PrettyMethod();
728 void Jit::Start() { function in class:art::jit::Jit
744 Runtime::Current()->GetJit()->Start();
H A Dprofile_saver.cc421 void ProfileSaver::Start(const ProfileSaverOptions& options, function in class:art::ProfileSaver
/art/runtime/
H A Dtrace.cc314 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags, function in class:art::Trace
H A Druntime.cc664 bool Runtime::Start() { function in class:art::Runtime
665 VLOG(startup) << "Runtime::Start entering";
765 VLOG(startup) << "Runtime::Start exiting";
770 Trace::Start(trace_config_->trace_file.c_str(),
825 // Start the JDWP thread. If the command-line debugger flags specified "suspend=y",
1321 // TODO: move this to just be an Trace::Start argument
1356 // Runtime::Start() (zygote):
1372 // Runtime::Start():

Completed in 1593 milliseconds