Searched defs:InlineMethod (Results 1 – 2 of 2) sorted by relevance
132 struct InlineMethod { struct133 InlineMethodOpcode opcode; argument134 InlineMethodFlags flags; argument152 static bool AnalyseMethodCode(verifier::MethodVerifier* verifier, InlineMethod* method) argument
649 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, in InlineMethod() function in art::MIRGraph