OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddInlineMethod
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
dex_file_method_inliner.h
311
bool
AddInlineMethod
(int32_t method_idx, const InlineMethod& method) LOCKS_EXCLUDED(lock_);
dex_file_method_inliner.cc
410
return success &&
AddInlineMethod
(verifier->GetMethodReference().dex_method_index, method);
696
bool DexFileMethodInliner::
AddInlineMethod
(int32_t method_idx, const InlineMethod& method) {
[
all
...]
Completed in 62 milliseconds