Home
last modified time | relevance | path

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

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