Home
last modified time | relevance | path

Searched refs:GetKeyType (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/evp/
Devp_test.cc109 static int GetKeyType(FileTest *t, const std::string &name) { in GetKeyType() function
164 EXPECT_EQ(GetKeyType(t, key_type), EVP_PKEY_id(pkey.get())); in ImportKey()
/external/v8/src/
Dfeedback-vector.cc1055 if (GetKeyType() == PROPERTY) return STANDARD_LOAD; in GetKeyedAccessLoadMode()
1073 if (GetKeyType() == PROPERTY) return mode; in GetKeyedAccessStoreMode()
1112 IcCheckType FeedbackNexus::GetKeyType() const { in GetKeyType() function in v8::internal::FeedbackNexus
Dfeedback-vector.h633 IcCheckType GetKeyType() const;
/external/v8/src/compiler/
Djs-native-context-specialization.cc1462 if (nexus.ic_state() != MEGAMORPHIC && nexus.GetKeyType() == ELEMENT) { in ReduceKeyedAccess()
1515 } else if (nexus.GetKeyType() != ELEMENT) { in ReduceKeyedAccess()
2174 DCHECK_EQ(ELEMENT, nexus.GetKeyType()); in ReduceJSStoreInArrayLiteral()