OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:method_inliner_map_
(Results
1 - 10
of
10
) sorted by null
/art/compiler/dex/
quick_compiler_callbacks.h
33
method_inliner_map_
(method_inliner_map) {
52
DexFileToMethodInlinerMap* const
method_inliner_map_
;
member in class:art::FINAL
quick_compiler_callbacks.cc
28
method_inliner_map_
->GetMethodInliner(ref.dex_file)->AnalyseMethodCode(verifier);
/art/compiler/jit/
jit_compiler.h
52
std::unique_ptr<DexFileToMethodInlinerMap>
method_inliner_map_
;
member in class:art::jit::JitCompiler
jit_compiler.cc
150
method_inliner_map_
.reset(new DexFileToMethodInlinerMap);
154
method_inliner_map_
.get(),
/art/compiler/
common_compiler_test.cc
178
method_inliner_map_
.get(),
202
method_inliner_map_
.reset(new DexFileToMethodInlinerMap);
204
method_inliner_map_
.get(),
225
method_inliner_map_
.reset();
common_compiler_test.h
105
std::unique_ptr<DexFileToMethodInlinerMap>
method_inliner_map_
;
member in class:art::CommonCompilerTest
oat_test.cc
102
method_inliner_map_
.reset(new DexFileToMethodInlinerMap);
104
method_inliner_map_
.get(),
110
method_inliner_map_
.get(),
[
all
...]
/art/compiler/driver/
compiler_driver.h
137
return
method_inliner_map_
;
631
DexFileToMethodInlinerMap* const
method_inliner_map_
;
member in class:art::CompilerDriver
compiler_driver.cc
376
method_inliner_map_
(method_inliner_map),
407
DCHECK(
method_inliner_map_
!= nullptr);
[
all
...]
/art/dex2oat/
dex2oat.cc
505
method_inliner_map_
(),
2476
DexFileToMethodInlinerMap
method_inliner_map_
;
member in class:art::FINAL
[
all
...]
Completed in 270 milliseconds