OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_inline
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
optimizing_compiler.cc
407
bool
should_inline
= (compiler_options.GetInlineDepthLimit() > 0)
local
409
if (!
should_inline
) {
[
all
...]
inliner.cc
93
bool
should_inline
= callee_name.find("$inline$") != std::string::npos;
local
94
CHECK(!
should_inline
) << "Could not inline " << callee_name;
[
all
...]
Completed in 103 milliseconds