HomeSort by relevance Sort by last modified time
    Searched refs:kNoCheck (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/unix_file/
fd_file.h 66 guard_state_ = GuardState::kNoCheck;
77 guard_state_ = fd == -1 ? GuardState::kNoCheck : GuardState::kBase;
79 guard_state_ = GuardState::kNoCheck;
142 kNoCheck // Do not check for the current file instance.
149 // If the guard state indicates checking (!=kNoCheck), go to the target state "target". Print the
153 // If the guard state indicates checking (<kNoCheck), and is below the target state "target", go
154 // to "target." If the current state is higher (excluding kNoCheck) than the trg state, print the
158 // Forcefully sets the state to the given one. This can overwrite kNoCheck.
fd_file.cc 43 : guard_state_(check_usage ? GuardState::kBase : GuardState::kNoCheck),
52 : guard_state_(check_usage ? GuardState::kBase : GuardState::kNoCheck),
60 guard_state_ = GuardState::kNoCheck;
65 if (kCheckSafeUsage && (guard_state_ < GuardState::kNoCheck)) {
105 if (guard_state_ < GuardState::kNoCheck) {
106 if (warn_threshold < GuardState::kNoCheck && guard_state_ >= warn_threshold) {
116 if (guard_state_ < GuardState::kNoCheck) {
149 guard_state_ = GuardState::kNoCheck;
230 return guard_state_ != GuardState::kNoCheck;
417 guard_state_ = GuardState::kNoCheck;
    [all...]
  /external/vixl/src/
code-generation-scopes-vixl.h 53 kNoCheck = kDontReserveBufferSpace
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]

Completed in 211 milliseconds