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

  /art/runtime/mirror/
var_handle_test.cc 349 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kGet)->IsExactMatch(get));
350 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kSet)->IsExactMatch(set));
351 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kGetVolatile)->IsExactMatch(get));
352 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kSetVolatile)->IsExactMatch(set));
353 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kGetAcquire)->IsExactMatch(get));
354 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kSetRelease)->IsExactMatch(set));
355 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kGetOpaque)->IsExactMatch(get));
356 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kSetOpaque)->IsExactMatch(set));
357 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kCompareAndSet)->IsExactMatch(compareAndSet));
358 EXPECT_TRUE(fvh->GetMethodTypeForAccessMode(self, VarHandle::AccessMode::kCompareAndExchange)->IsExactMatch(compareAndExchange))
    [all...]
method_type_test.cc 71 TEST_F(MethodTypeTest, IsExactMatch) {
77 ASSERT_TRUE(mt1->IsExactMatch(mt2.Get()));
85 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
93 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
102 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
method_type.h 69 bool IsExactMatch(MethodType* target) REQUIRES_SHARED(Locks::mutator_lock_);
method_type.cc 80 bool MethodType::IsExactMatch(MethodType* target) REQUIRES_SHARED(Locks::mutator_lock_) {
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 54 bool &IsExactMatch) const {
55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind);
140 bool IsExactMatch;
141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) {
144 assert(!IsExactMatch && "We should not have two exact matches.");
149 FoundIsExact = IsExactMatch;
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 99 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 98 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 98 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 100 bool &IsExactMatch) const;
  /art/runtime/
method_handles.cc 460 if (callsite_type->IsExactMatch(target_type.Get())) {
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 1841 milliseconds