OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInstructionFlags
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_instruction.h
445
return
kInstructionFlags
[opcode];
455
return (
kInstructionFlags
[Opcode()] & kBranch) != 0;
460
return (
kInstructionFlags
[Opcode()] & kUnconditional) != 0;
471
return (
kInstructionFlags
[Opcode()] & kSwitch) != 0;
476
return (
kInstructionFlags
[Opcode()] & kThrow) != 0;
481
return (
kInstructionFlags
[Opcode()] & kReturn) != 0;
491
return (
kInstructionFlags
[Opcode()] & kInvoke) != 0;
571
static int const
kInstructionFlags
[];
dex_instruction.cc
45
int const Instruction::
kInstructionFlags
[] = {
Completed in 41 milliseconds