Home | History | Annotate | Download | only in optimizing

Lines Matching defs:nullptr

213     if (kStringFilterEmpty || strstr(method_name, kStringFilter) != nullptr) {
422 if (compilation_stats_.get() != nullptr) {
614 if (pass_names != nullptr) {
759 return nullptr;
764 return nullptr;
775 return nullptr;
792 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr);
793 if (method != nullptr) {
805 if (codegen.get() == nullptr) {
807 return nullptr;
857 return nullptr;
901 return nullptr;
915 DCHECK(method != nullptr);
924 if (codegen.get() == nullptr) {
925 return nullptr;
974 return nullptr;
995 CompiledMethod* compiled_method = nullptr;
1017 /* verified_method */ nullptr, // Not needed by the Optimizing compiler.
1025 if (method != nullptr && UNLIKELY(method->IsIntrinsic())) {
1034 if (codegen != nullptr) {
1038 if (codegen == nullptr) {
1049 if (codegen.get() != nullptr) {
1053 compiled_intrinsic ? nullptr : code_item);
1090 DCHECK((compiled_method != nullptr) || !shouldCompile) << "Didn't compile " << method_name;
1104 method_idx, dex_cache.Get(), /* class_loader */ nullptr);
1105 if (method != nullptr && UNLIKELY(method->IsIntrinsic())) {
1111 /* code_item */ nullptr,
1115 /* verified_method */ nullptr,
1130 if (codegen != nullptr) {
1134 /* code_item_for_osr_check */ nullptr);
1168 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler();
1214 /* stack_map_data */ nullptr,
1215 /* method_info_data */ nullptr,
1216 /* roots_data */ nullptr,
1227 if (code == nullptr) {
1250 info.code_info = nullptr;
1256 if (jit_logger != nullptr) {
1276 /* verified_method */ nullptr,
1289 if (codegen.get() == nullptr) {
1305 if (roots == nullptr) {
1312 uint8_t* stack_map_data = nullptr;
1313 uint8_t* method_info_data = nullptr;
1314 uint8_t* roots_data = nullptr;
1323 if (stack_map_data == nullptr || roots_data == nullptr) {
1349 if (code == nullptr) {
1374 info.code_info = stack_map_size == 0 ? nullptr : stack_map_data;
1380 if (jit_logger != nullptr) {