Home
last modified time | relevance | path

Searched refs:IsBound (Results 1 – 23 of 23) sorted by relevance

/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc147 if (response.IsBound()) in RegisterDataSource()
156 if (response.IsBound()) { in RegisterDataSource()
182 if (response.IsBound()) in UnregisterDataSource()
189 if (response.IsBound()) { in UnregisterDataSource()
203 if (response.IsBound()) in RegisterTraceWriter()
211 if (response.IsBound()) { in RegisterTraceWriter()
225 if (response.IsBound()) in UnregisterTraceWriter()
232 if (response.IsBound()) { in UnregisterTraceWriter()
244 if (resp.IsBound()) in CommitData()
253 if (resp.IsBound()) { in CommitData()
[all …]
Dconsumer_ipc_service.cc359 if (enable_tracing_response.IsBound()) { in OnTracingDisabled()
372 if (!read_buffers_response.IsBound()) in OnTraceData()
456 if (!observe_events_response.IsBound()) in OnObservableEvents()
466 if (!observe_events_response.IsBound()) in CloseObserveEventsResponseStream()
/external/perfetto/src/ipc/
Ddeferred.cc58 bool DeferredBase::IsBound() const { in IsBound() function in perfetto::ipc::DeferredBase
Ddeferred_unittest.cc264 ASSERT_FALSE(deferred.IsBound()); in TEST()
265 ASSERT_TRUE(deferred_base.IsBound()); in TEST()
Dservice_proxy.cc62 const bool drop_reply = !reply.IsBound(); in BeginInvoke()
/external/vixl/src/aarch32/
Dlocation-aarch32.h68 if (IsReferenced() && !IsBound()) { in ~Location()
363 if (IsBound()) { in UpdateValue()
Dassembler-aarch32.cc81 VIXL_ASSERT(!label->IsBound()); in BindHelper()
91 if (location->IsBound()) { in Link()
2545 location->IsBound() in adr()
2553 ((location->IsBound() && (offset >= 0) && (offset <= 1020) && in adr()
2555 (!location->IsBound() && size.IsNarrow()))) { in adr()
2576 if (!size.IsNarrow() && location->IsBound() && (neg_offset > 0) && in adr()
2585 (!location->IsBound() || ((offset >= 0) && (offset <= 4095))) && in adr()
2619 if ((!location->IsBound() || positive_immediate_a32.IsValid()) && in adr()
2651 if (location->IsBound() && negative_immediate_a32.IsValid() && in adr()
2666 VIXL_ASSERT(!location->IsBound()); in adr_info()
[all …]
Dmacro-assembler-aarch32.cc961 if ((type == kLdr) && location->IsBound()) { in Delegate()
1644 if (location->IsBound()) { in Delegate()
1683 if (location->IsBound()) { in Delegate()
2269 if (location->IsBound()) { in Delegate()
2292 if (location->IsBound()) { in Delegate()
Dmacro-assembler-aarch32.h423 if (location->IsBound()) return; in RegisterForwardReference()
561 if (!literal->IsBound()) { in Adr()
584 if (!literal->IsBound()) { in Ldr()
605 if (!literal->IsBound()) { in Ldrb()
627 if (!literal->IsBound()) { in Ldrd()
650 if (!literal->IsBound()) { in Ldrh()
671 if (!literal->IsBound()) { in Ldrsb()
692 if (!literal->IsBound()) { in Ldrsh()
713 if (!literal->IsBound()) { in Vldr()
742 if (!literal->IsBound()) { in Vldr()
[all …]
Dassembler-aarch32.h200 VIXL_ASSERT(!location->IsBound()); in bind()
222 VIXL_ASSERT(label->IsBound()); in GetSizeOfCodeGeneratedSince()
/external/perfetto/include/perfetto/ext/ipc/
Ddeferred.h81 bool IsBound() const;
/external/vixl/test/
Dtest-pool-manager.cc404 if (!object->IsBound()) { in TEST()
416 if (!object->IsBound()) { in TEST()
425 if (object->IsBound()) { in TEST()
513 if (object->IsBound()) { in TEST()
/external/vixl/examples/aarch32/
Dcustom-aarch32-disasm.cc105 if (IsBound()) { in ~NamedLabel()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc207 VIXL_ASSERT(!label->IsBound()); in RegisterUnresolvedBranch()
603 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
609 if (!label->IsBound()) { in B()
629 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
635 if (!label->IsBound()) { in Cbnz()
655 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
661 if (!label->IsBound()) { in Cbz()
680 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()
686 if (!label->IsBound()) { in Tbnz()
705 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
[all …]
Dassembler-aarch64.h52 bool IsBound() const { return location_ >= 0; } in IsBound() function
94 VIXL_ASSERT(!IsBound()); in Bind()
101 VIXL_ASSERT(!IsBound()); in AddLink()
459 VIXL_ASSERT(label->IsBound()); in GetLabelAddress()
6506 VIXL_ASSERT(label->IsBound()); in GetSizeOfCodeGeneratedSince()
Dassembler-aarch64.cc84 if (label->IsBound()) { in LinkAndGetOffsetTo()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize; in Position()
90 bool IsBound() const { return position_ < 0; } in IsBound() function
100 ASSERT(!IsBound()); in BindTo()
102 ASSERT(IsBound()); in BindTo()
106 ASSERT(!IsBound()); in LinkTo()
Dassembler_arm.cc2112 if (label->IsBound()) { in EmitBranch()
2133 ASSERT(!label->IsBound()); in BindARMv6()
2215 ASSERT(!label->IsBound());
/external/vixl/src/
Dpool-manager.h197 bool IsBound() const { return is_bound_; } in IsBound() function
Dpool-manager-impl.h496 VIXL_ASSERT(!(*iter).label_base_->IsBound());
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2018 VIXL_CHECK(literal.IsBound()); in GenerateLdrLiteralRangeTest()
2196 VIXL_CHECK(!before.IsBound()); in TEST()
2197 VIXL_CHECK(!after.IsBound()); in TEST()
2206 VIXL_CHECK(before.IsBound()); in TEST()
2207 VIXL_CHECK(!after.IsBound()); in TEST()
2216 VIXL_CHECK(before.IsBound()); in TEST()
2217 VIXL_CHECK(!after.IsBound()); in TEST()
2226 VIXL_CHECK(before.IsBound()); in TEST()
2227 VIXL_CHECK(after.IsBound()); in TEST()
2519 VIXL_CHECK(target.IsBound()); in TEST_T32()
[all …]
/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc227 TEST_P(InterfacePtrTest, IsBound) { in TEST_P() argument
/external/mesa3d/docs/relnotes/
D7.10.rst594 - egl: Use reference counting to replace IsLinked or IsBound.