Home
last modified time | relevance | path

Searched defs:InlineMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.h139 struct InlineMethod { struct
140 InlineMethodOpcode opcode; argument
141 InlineMethodFlags flags; argument
159 static bool AnalyseMethodCode(verifier::MethodVerifier* verifier, InlineMethod* method) argument
/art/compiler/dex/
Dmir_graph.cc700 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, in InlineMethod() function in art::MIRGraph