Searched refs:is_null (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc386 if (!validity_cell.is_null()) {
419 DCHECK(current.is_null() || (current->property_dictionary()->FindEntry(
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc361 if (!validity_cell.is_null()) {
392 DCHECK(current.is_null() ||
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc344 if (!validity_cell.is_null()) {
375 DCHECK(current.is_null() ||
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc344 if (!validity_cell.is_null()) {
375 DCHECK(current.is_null() ||
/external/v8/src/ic/ppc/
H A Dhandler-compiler-ppc.cc355 if (!validity_cell.is_null()) {
391 DCHECK(current.is_null() ||
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc344 if (!validity_cell.is_null()) {
375 DCHECK(current.is_null() ||
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc361 if (!validity_cell.is_null()) {
392 DCHECK(current.is_null() ||
/external/v8/src/objects/
H A Dscope-info.cc134 const bool has_outer_scope_info = !outer_scope.is_null();
295 const bool has_outer_scope_info = !outer_scope.is_null();
/external/v8/src/runtime/
H A Druntime-test.cc110 if (function.is_null()) return isolate->heap()->undefined_value();
253 if (function.is_null()) return isolate->heap()->undefined_value();
/external/v8/src/debug/
H A Ddebug.cc451 if (context.is_null()) return false;
502 if (!break_points_hit.is_null()) {
596 if (has_break_points && !check_result.is_null()) return false;
1679 if (!scheduled_exception.is_null()) {
1702 if (context.is_null()) return v8::Local<v8::Context>();
/external/v8/src/
H A Dapi.cc1148 if (data.is_null()) return Local<Value>();
1157 if (data.is_null()) return;
1168 if (data.is_null()) return NULL;
1406 if (!code.is_null()) {
1463 if (!Utils::ApiCheck(!handle.is_null(),
1622 if (obj.is_null()) return false;
2052 if (self.is_null()) return Local<Value>();
2155 has_pending_exception = result.is_null();
2470 has_pending_exception = result.is_null();
4118 i::SLOPPY).is_null();
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1680 DCHECK(closure_.is_null());
1681 DCHECK(!closure.is_null());
2202 known_function.is_null()
2206 !known_function.is_null() &&
2993 if (!object.is_null() && object->IsHeapObject()) {
3028 if (object_.handle().is_null()) {
3109 DCHECK(!object_.handle().is_null());
3165 DCHECK(!object_.handle().is_null());
3172 DCHECK(!object_.handle().is_null());
3204 DCHECK(!object_.handle().is_null());
[all...]
/external/libchrome/base/
H A Dbind_internal.h263 DCHECK(!callback.is_null());
H A Dbind_unittest.cc426 EXPECT_TRUE(c0.is_null());
1414 ASSERT_TRUE(null_cb.is_null());
/external/libchrome/base/time/
H A Dtime.h326 bool is_null() const { function in class:base::time_internal::TimeBase
H A Dtime_unittest.cc74 EXPECT_TRUE(result.is_null());
76 EXPECT_TRUE(result.is_null());
/external/libchrome/dbus/
H A Dobject_proxy.cc703 if (!name_owner_changed_callback_.is_null())
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Darray_serialization.h480 !validate_params->element_is_nullable && output->at(i).is_null(),
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dconnector_unittest.cc34 if (!closure_.is_null())
/external/v8/src/compiler/
H A Daccess-info.cc297 if (details.kind() == kData && !holder.is_null()) {
H A Dlinkage.cc129 if (!info->closure().is_null()) {
H A Djs-operator.cc24 return vector_.is_null() ? -1 : FeedbackVector::GetIndex(slot_);
469 if (!p.site().is_null()) os << ", " << Brief(*p.site());
/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc285 EXPECT_TRUE(run_time1.is_null());
286 EXPECT_FALSE(run_time2.is_null());
/external/libmojo/mojo/edk/system/
H A Dnode_controller.cc1416 if (shutdown_callback_.is_null())
1429 DCHECK(!callback.is_null());
/external/v8/src/regexp/
H A Dregexp-parser.cc1495 DCHECK(!result->error.is_null());
1498 DCHECK(result->error.is_null());

Completed in 555 milliseconds

1234567891011>>