OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_code_item
(Results
1 - 1
of
1
) sorted by null
/art/runtime/quick/
inline_method_analyser.cc
326
const DexFile::CodeItem*
target_code_item
= target_method->GetCodeItem();
local
327
if (
target_code_item
== nullptr) {
330
if (!DoAnalyseConstructor(
target_code_item
, target_method, iputs)) {
Completed in 70 milliseconds