Home | History | Annotate | Download | only in jit

Lines Matching full:nullptr

59     : jit_library_handle_(nullptr), jit_compiler_handle_(nullptr), jit_load_(nullptr),
60 jit_compile_method_(nullptr), dump_info_on_shutdown_(false),
68 return nullptr;
71 if (jit->GetCodeCache() == nullptr) {
72 return nullptr;
83 if (jit_library_handle_ == nullptr) {
91 if (jit_load_ == nullptr) {
98 if (jit_unload_ == nullptr) {
105 if (jit_compile_method_ == nullptr) {
110 CompilerCallbacks* callbacks = nullptr;
114 if (jit_compiler_handle_ == nullptr) {
119 if (callbacks == nullptr) {
122 jit_compiler_handle_ = nullptr;
143 CHECK(instrumentation_cache_.get() != nullptr);
148 if (instrumentation_cache_.get() != nullptr) {
158 if (jit_compiler_handle_ != nullptr) {
161 if (jit_library_handle_ != nullptr) {