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

1 2

  /art/compiler/utils/
label.h 86 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*);
94 bool IsBound() const { return position_ < 0; }
106 CHECK(!IsBound());
108 CHECK(IsBound());
112 CHECK(!IsBound());
  /external/perfetto/src/ipc/
deferred.cc 58 bool DeferredBase::IsBound() const {
service_proxy.cc 61 const bool drop_reply = !reply.IsBound();
deferred_unittest.cc 262 ASSERT_FALSE(deferred.IsBound());
263 ASSERT_TRUE(deferred_base.IsBound());
  /external/perfetto/src/tracing/ipc/service/
producer_ipc_service.cc 149 if (resp.IsBound()) {
199 if (!async_producer_commands.IsBound()) {
214 if (!async_producer_commands.IsBound()) {
227 if (!async_producer_commands.IsBound()) {
248 if (!async_producer_commands.IsBound()) {
consumer_ipc_service.cc 147 if (!read_buffers_response.IsBound())
  /external/perfetto/include/perfetto/ipc/
deferred.h 81 bool IsBound() const;
  /external/v8/src/compiler/
graph-assembler.h 105 ~GraphAssemblerStaticLabel() { DCHECK(IsBound() || MergedCount() == 0); }
111 DCHECK(!IsBound());
115 bool IsBound() const { return is_bound_; }
173 bool IsBound() const { return is_bound_; }
334 DCHECK(IsBound());
340 DCHECK(!label->IsBound());
graph-assembler.cc 234 DCHECK(IsBound());
268 DCHECK(IsBound() || MergedCount() == 0);
code-assembler.h 426 bool IsBound() const;
  /art/compiler/utils/arm/
assembler_arm_vixl.cc 463 if (!is_far_target && rn.IsLow() && !label->IsBound()) {
478 if (!is_far_target && rn.IsLow() && !label->IsBound()) {
487 if (!label->IsBound()) {
497 if (!label->IsBound() && !is_far_target) {
  /external/vixl/examples/aarch32/
custom-aarch32-disasm.cc 105 if (IsBound()) {
  /external/vixl/src/aarch32/
location-aarch32.h 68 if (IsReferenced() && !IsBound()) {
363 if (IsBound()) {
assembler-aarch32.cc 81 VIXL_ASSERT(!label->IsBound());
91 if (location->IsBound()) {
    [all...]
macro-assembler-aarch32.cc 961 if ((type == kLdr) && location->IsBound()) {
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 207 VIXL_ASSERT(!label->IsBound());
597 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
603 if (!label->IsBound()) {
623 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
629 if (!label->IsBound()) {
649 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
655 if (!label->IsBound()) {
674 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) {
680 if (!label->IsBound()) {
699 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType))
    [all...]
assembler-aarch64.h 52 bool IsBound() const { return location_ >= 0; }
94 VIXL_ASSERT(!IsBound());
101 VIXL_ASSERT(!IsBound());
456 VIXL_ASSERT(label->IsBound());
    [all...]
  /external/vixl/src/
pool-manager.h 198 bool IsBound() const { return is_bound_; }
pool-manager-impl.h 496 VIXL_ASSERT(!(*iter).label_base_->IsBound());
  /external/vixl/test/
test-pool-manager.cc 409 if (!object->IsBound()) {
421 if (!object->IsBound()) {
430 if (object->IsBound()) {
518 if (object->IsBound()) {
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize;
90 bool IsBound() const { return position_ < 0; }
102 ASSERT(!IsBound());
104 ASSERT(IsBound());
108 ASSERT(!IsBound());
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]

Completed in 759 milliseconds

1 2