Searched refs:InlineMethodAnalyser (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/
H A Dinline_method_analyser.cc397 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET), "iget type");
398 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_WIDE), "iget_wide type");
399 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_OBJECT),
401 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BOOLEAN),
403 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BYTE), "iget_byte type");
404 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_CHAR), "iget_char type");
405 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT), "iget_short type");
406 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT), "iput type");
407 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE), "iput_wide type");
408 static_assert(InlineMethodAnalyser
[all...]
H A Dinline_method_analyser.h93 class InlineMethodAnalyser { class in namespace:art
/art/compiler/optimizing/
H A Dinliner.cc1409 if (!InlineMethodAnalyser::AnalyseMethodCode(resolved_method, &inline_method)) {

Completed in 79 milliseconds