Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h132 struct InlineMethod { struct
133 InlineMethodOpcode opcode; argument
134 InlineMethodFlags flags; argument
152 static bool AnalyseMethodCode(verifier::MethodVerifier* verifier, InlineMethod* method) argument
/art/compiler/dex/
Dmir_graph.cc649 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, in InlineMethod() function in art::MIRGraph