OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInstructionDirectConst
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_instruction_utils.h
54
constexpr bool
IsInstructionDirectConst
(Instruction::Code opcode) {
/art/runtime/quick/
inline_method_analyser.cc
119
return
IsInstructionDirectConst
(instruction_->Opcode()) &&
187
DCHECK(
IsInstructionDirectConst
(const0->Opcode()));
348
} else if (
IsInstructionDirectConst
(instruction->Opcode())) {
Completed in 252 milliseconds