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

  /art/libdexfile/dex/
descriptors_names_test.cc 85 TEST_F(DescriptorsNamesTest, IsValidDescriptor) {
88 EXPECT_TRUE(IsValidDescriptor(reinterpret_cast<char*>(&descriptor[0])));
92 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate[0])));
96 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate_at_end[0])));
100 EXPECT_FALSE(IsValidDescriptor(reinterpret_cast<char*>(&invalid_surrogate[0])));
105 IsValidDescriptor(reinterpret_cast<char*>(&unpaired_surrogate_with_multibyte_sequence[0])));
descriptors_names.h 55 bool IsValidDescriptor(const char* s); // "Ljava/lang/String;"
descriptors_names.cc 402 bool IsValidDescriptor(const char* s) {
dex_file_verifier.cc     [all...]
  /art/runtime/verifier/
reg_type_cache.cc 221 if (IsValidDescriptor(descriptor)) {

Completed in 536 milliseconds