Home
last modified time | relevance | path

Searched defs:implicit_null_checks_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h416 bool implicit_null_checks_; variable
/art/runtime/
Druntime.h1362 bool implicit_null_checks_; // NullPointer checks are implicit. variable
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc351 std::optional<bool> implicit_null_checks_ = std::nullopt; member in art::linker::Thumb2RelativePatcherTest
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc573 std::optional<bool> implicit_null_checks_ = std::nullopt; member in art::linker::Arm64RelativePatcherTest