OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compiled_methods
(Results
1 - 8
of
8
) sorted by null
/art/compiler/driver/
compiled_method_storage_test.cc
42
/*
compiled_methods
*/ nullptr,
90
std::vector<CompiledMethod*>
compiled_methods
;
local
91
compiled_methods
.reserve(1u << 7);
97
compiled_methods
.push_back(CompiledMethod::SwapAllocCompiledMethod(
109
CHECK_EQ(
compiled_methods
.size(), 1u << 5);
110
for (size_t i = 0; i !=
compiled_methods
.size(); ++i) {
111
for (size_t j = 0; j !=
compiled_methods
.size(); ++j) {
112
CompiledMethod* lhs =
compiled_methods
[i];
113
CompiledMethod* rhs =
compiled_methods
[j];
131
for (CompiledMethod* method :
compiled_methods
) {
[
all
...]
compiler_driver.h
99
std::unordered_set<std::string>*
compiled_methods
,
compiler_driver.cc
367
std::unordered_set<std::string>*
compiled_methods
,
390
methods_to_compile_(
compiled_methods
),
[
all
...]
/art/compiler/jit/
jit_compiler.cc
162
/*
compiled_methods
*/ nullptr,
/art/compiler/linker/
relative_patcher_test.h
57
/*
compiled_methods
*/ nullptr,
/art/compiler/
oat_test.cc
118
/*
compiled_methods
*/ nullptr,
[
all
...]
oat_writer.cc
151
const dchecked_vector<CompiledMethod*>&
compiled_methods
,
[
all
...]
/art/dex2oat/
dex2oat.cc
[
all
...]
Completed in 205 milliseconds