OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsInstructionIGet
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
inline_method_analyser.h
106
static constexpr bool
IsInstructionIGet
(Instruction::Code opcode) {
/art/libdexfile/dex/
dex_instruction_utils.h
92
constexpr bool
IsInstructionIGet
(Instruction::Code code) {
150
DCHECK(
IsInstructionIGet
(code));
Completed in 404 milliseconds