OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_flags
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
local_optimizations.cc
150
uint64_t
check_flags
= GetTargetInstFlags(check_lir->opcode);
local
152
if ((
check_flags
& (REG_DEF0 | REG_DEF1)) == (REG_DEF0 | REG_DEF1)) {
155
bool is_check_lir_load =
check_flags
& IS_LOAD;
161
DCHECK(!(
check_flags
& IS_STORE));
/external/kernel-headers/original/linux/
fs.h
1630
int (*
check_flags
)(int);
member in struct:file_operations
[
all
...]
Completed in 121 milliseconds