OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileOne
(Results
1 - 3
of
3
) sorted by null
/art/compiler/driver/
compiler_driver.h
104
void
CompileOne
(const mirror::ArtMethod* method, base::TimingLogger& timings)
compiler_driver.cc
534
void CompilerDriver::
CompileOne
(const mirror::ArtMethod* method, base::TimingLogger& timings) {
[
all
...]
/art/runtime/
common_test.h
474
timings.StartSplit("
CompileOne
");
475
compiler_driver_->
CompileOne
(method, timings);
Completed in 51 milliseconds