Searched defs:kNull (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/ | ||
H A D | string_builder_append.cc | 82 static constexpr char kNull[] = "null"; member in art::StringBuilderAppend::Builder |
/aosp12/art/libdexfile/dex/ | ||
H A D | dex_file.h | 967 kNull = 0x1e, enumerator |
/aosp12/art/compiler/optimizing/ | ||
H A D | load_store_elimination_test.cc | 302 enum class Target : uint8_t { kNull, kValue, kSelf }; enumerator |