OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsInstructionIPut
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_instruction_utils.h
96
constexpr bool
IsInstructionIPut
(Instruction::Code code) {
164
DCHECK(
IsInstructionIPut
(code));
/art/runtime/quick/
inline_method_analyser.h
228
static constexpr bool
IsInstructionIPut
(Instruction::Code opcode) {
Completed in 458 milliseconds