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

  /art/compiler/dex/quick/mips/
target_mips.cc 298 if (mask.HasBit(i)) {
304 if (mask.HasBit(ResourceMask::kCCode)) {
307 if (mask.HasBit(ResourceMask::kFPStatus)) {
311 if (mips_lir && (mask.HasBit(ResourceMask::kDalvikReg))) {
316 if (mask.HasBit(ResourceMask::kLiteral)) {
320 if (mask.HasBit(ResourceMask::kHeapRef)) {
323 if (mask.HasBit(ResourceMask::kMustNotAlias)) {
  /art/compiler/dex/quick/arm/
target_arm.cc 502 if (mask.HasBit(i)) {
508 if (mask.HasBit(ResourceMask::kCCode)) {
511 if (mask.HasBit(ResourceMask::kFPStatus)) {
516 if (arm_lir && (mask.HasBit(ResourceMask::kDalvikReg))) {
521 if (mask.HasBit(ResourceMask::kLiteral)) {
525 if (mask.HasBit(ResourceMask::kHeapRef)) {
528 if (mask.HasBit(ResourceMask::kMustNotAlias)) {
int_arm.cc 216 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
252 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
258 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
918 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
    [all...]
call_arm.cc 89 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
  /art/compiler/dex/quick/
resource_mask.h 121 constexpr bool HasBit(size_t bit) const {
local_optimizations.cc 357 if (stop_use_all_mask.HasBit(ResourceMask::kHeapRef)) {
gen_invoke.cc     [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 531 if (mask.HasBit(i)) {
537 if (mask.HasBit(ResourceMask::kCCode)) {
540 if (mask.HasBit(ResourceMask::kFPStatus)) {
545 if (arm_lir && (mask.HasBit(ResourceMask::kDalvikReg))) {
550 if (mask.HasBit(ResourceMask::kLiteral)) {
554 if (mask.HasBit(ResourceMask::kHeapRef)) {
557 if (mask.HasBit(ResourceMask::kMustNotAlias)) {
    [all...]
int_arm64.cc 770 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
774 DCHECK(last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 410 return HasBit(message, field);
454 if (HasBit(*message, field)) {
658 if (HasBit(message, field)) {
    [all...]
generated_message_reflection.h 320 inline bool HasBit(const Message& message,
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 422 return HasBit(message, field);
466 if (HasBit(*message, field)) {
656 if (HasBit(message, field)) {
    [all...]
generated_message_reflection.h 303 inline bool HasBit(const Message& message,
  /art/compiler/dex/quick/x86/
target_x86.cc 408 if (mask.HasBit(i)) {
414 if (mask.HasBit(ResourceMask::kCCode)) {
418 if (x86LIR && (mask.HasBit(ResourceMask::kDalvikReg))) {
423 if (mask.HasBit(ResourceMask::kLiteral)) {
427 if (mask.HasBit(ResourceMask::kHeapRef)) {
430 if (mask.HasBit(ResourceMask::kMustNotAlias)) {
    [all...]
int_x86.cc 252 DCHECK(!last_lir_insn_->u.m.def_mask->HasBit(ResourceMask::kCCode));
    [all...]

Completed in 323 milliseconds