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

  /art/compiler/utils/
label.h 89 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*);
97 bool IsBound() const { return position_ < 0; }
109 CHECK(!IsBound());
111 CHECK(IsBound());
115 CHECK(!IsBound());
  /system/connectivity/shill/
connection_unittest.cc     [all...]
connection.h 67 bool IsBound() const { return connection_ != nullptr; }
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 164 VIXL_ASSERT(!label->IsBound());
518 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
524 if (!label->IsBound()) {
539 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
545 if (!label->IsBound()) {
560 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
566 if (!label->IsBound()) {
581 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) {
587 if (!label->IsBound()) {
602 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType))
    [all...]
assembler-a64.h 766 VIXL_ASSERT(!IsLinked() || IsBound());
769 bool IsBound() const { return location_ >= 0; }
803 VIXL_ASSERT(!IsBound());
810 VIXL_ASSERT(!IsBound());
    [all...]
assembler-a64.cc 554 if (label->IsBound()) {
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 91 CHECK(!label->IsBound());
191 DCHECK(label->IsBound());
198 DCHECK(label->IsBound());
    [all...]
assembler_arm32.cc 710 if (label->IsBound()) {
    [all...]
assembler_arm.h 692 DCHECK(label->IsBound());
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
assembler_x86.h 248 using Label::IsBound;
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
assembler_x86_64.h 321 using Label::IsBound;
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 371 DCHECK(block_entry_label->IsBound());
code_generator_arm.cc     [all...]
code_generator_arm64.cc 567 DCHECK(target_label->IsBound());
    [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/v8/src/compiler/
code-assembler.h 186 bool IsBound() const;
code-assembler.cc 736 bool CodeAssembler::Variable::IsBound() const {
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 55 if (!interpreted_frame_pointer_.IsBound()) {

Completed in 874 milliseconds