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.cc118 void TaskProcessor::Start(Thread* self) { function in class:art::gc::TaskProcessor
/art/compiler/debug/
H A Delf_debug_line_writer.h50 void Start() { function in class:art::debug::ElfDebugLineWriter
51 builder_->GetDebugLine()->Start();
H A Delf_debug_info_writer.h79 void Start() { function in class:art::debug::ElfDebugInfoWriter
80 builder_->GetDebugInfo()->Start();
633 // Start DW_TAG_class_type tag nested in DW_TAG_namespace tags.
/art/compiler/utils/
H A Dswap_space.h54 uintptr_t Start() const { function in struct:art::SwapSpace::SpaceChunk
86 return lhs.free_by_start_entry->Start() < rhs.free_by_start_entry->Start();
/art/runtime/base/
H A Dtiming_logger.cc56 void CumulativeLogger::Start() { function in class:art::CumulativeLogger
119 os << "Start Dumping histograms for " << iterations_ << " iterations"
/art/dex2oat/linker/
H A Delf_writer_quick.cc105 void Start() OVERRIDE;
184 void ElfWriterQuick<ElfTypes>::Start() { function in class:art::linker::ElfWriterQuick
185 builder_->Start();
219 rodata->Start();
232 text->Start();
/art/runtime/jit/
H A Djit.cc332 Start();
362 ProfileSaver::Start(profile_saver_options_,
625 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_);
676 VLOG(jit) << "Start profiling " << method->PrettyMethod();
768 void Jit::Start() { function in class:art::jit::Jit
784 Runtime::Current()->GetJit()->Start();
H A Dprofile_saver.cc647 void ProfileSaver::Start(const ProfileSaverOptions& options, function in class:art::ProfileSaver
681 // Only add the boot class path once since Start may be called multiple times for secondary
/art/runtime/
H A Dtrace.cc322 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags, function in class:art::Trace
H A Druntime.cc439 // instance. We rely on a small initialization order issue in Runtime::Start() that requires
732 bool Runtime::Start() { function in class:art::Runtime
733 VLOG(startup) << "Runtime::Start entering";
838 VLOG(startup) << "Runtime::Start exiting";
843 Trace::Start(trace_config_->trace_file.c_str(),
921 // Start the JDWP thread. If the command-line debugger flags specified "suspend=y",
1523 // TODO: move this to just be an Trace::Start argument
1558 // Runtime::Start() (zygote):
1574 // Runtime::Start():
/art/compiler/linker/
H A Delf_builder.h124 // It is fine to allocate section but never call Start/End() (e.g. the .bss section).
140 // Start writing file data of this section.
141 void Start() { function in class:art::linker::FINAL::Section
264 this->Start();
399 this->Start();
596 s->Start();
604 s->Start();
615 void Start(bool write_program_headers = true) { function in class:art::linker::FINAL
638 shstrtab_.Start();
824 abiflags_.Start();
[all...]

Completed in 297 milliseconds