Searched refs:is_null (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/external/v8/src/
H A Djson-parser.h85 if (result.is_null()) return result;
H A Djson-stringifier.h57 DCHECK(!deferred_key.is_null());
H A Dhandles.h46 V8_INLINE bool is_null() const { return location_ == nullptr; } function in class:v8::internal::HandleBase
240 bool is_null() const { return location_ == nullptr; } function in class:v8::internal::final
H A Disolate.cc645 if (!line_key_.is_null()) {
650 if (!column_key_.is_null() && valid_pos) {
660 if (!script_id_key_.is_null()) {
665 if (!script_name_key_.is_null()) {
670 if (!script_name_or_source_url_key_.is_null()) {
676 if (!eval_key_.is_null()) {
682 if (!function_key_.is_null()) {
687 if (!constructor_key_.is_null()) {
700 if (!function_key_.is_null()) {
716 if (!function_key_.is_null()) {
[all...]
H A Dexecution.cc91 bool has_exception = value.is_null();
235 if (maybe_result.is_null()) {
/external/v8/src/wasm/
H A Dwasm-result.h114 bool error() const { return !exception_.is_null(); }
H A Dwasm-objects.cc107 DCHECK(!current_.is_null());
120 DCHECK(!current_.is_null());
183 return !it.current_.is_null() &&
292 if (instance.is_null()) return dispatch_tables;
485 if (maybe_name.is_null()) {
559 if (!module_bytes.is_null()) {
562 if (!script.is_null()) {
565 if (!asm_js_offset_table.is_null()) {
851 if (!name.is_null()) return name.ToHandleChecked();
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp287 struct is_null struct
299 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null());
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dinterface_endpoint_client.cc314 if (!error_handler_.is_null()) {
317 } else if (!error_with_reason_handler_.is_null()) {
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmap_unittest.cc206 ASSERT_TRUE(mojo_map.is_null());
222 ASSERT_TRUE(mojo_map.is_null());
H A Dwtf_types_unittest.cc169 EXPECT_TRUE(strs2[0].is_null());
230 EXPECT_TRUE(str_map2["0"].is_null());
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_ir_fs.h120 if (reg.is_null()) {
249 if (reg.file == BAD_FILE || reg.is_null()) {
/external/v8/src/builtins/
H A Dbuiltins-api.cc114 if (result.is_null()) {
272 if (result_handle.is_null()) {
/external/v8/src/profiler/
H A Dallocation-tracker.cc313 if (!script_.is_null()) {
320 if (script_.is_null()) return;
/external/libchrome/crypto/
H A Dnss_util.cc229 if (!callback.is_null())
440 if (!callback.is_null()) {
454 if (!callback.is_null())
583 if (!callback.is_null()) {
643 if (!callback.is_null()) {
/external/libchrome/dbus/
H A Dbus.cc357 DCHECK(!callback.is_null());
924 DCHECK(!callback.is_null());
937 DCHECK(!callback.is_null());
978 DCHECK(!callback.is_null());
991 DCHECK(!callback.is_null());
/external/v8/src/ast/
H A Dscopes.h161 if (result != nullptr || scope_info_.is_null()) return result;
415 DCHECK(!scope_info_.is_null());
662 DCHECK(scope_info_.is_null());
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib_unittest.cc65 if (!event.callback.is_null())
67 else if (!event.task.is_null())
H A Dmessage_pump_libevent.cc245 if (delayed_work_time_.is_null()) {
/external/libchrome/base/metrics/
H A Dstatistics_recorder.cc150 if (!callback_iterator->second.is_null())
382 DCHECK(!cb.is_null());
H A Dhistogram_base.cc157 if (!cb.is_null())
/external/v8/src/crankshaft/
H A Dunique.h41 if (handle.is_null()) {
116 return raw_address_ != NULL || handle_.is_null();
/external/libchrome/base/
H A Dtracked_objects.cc635 if (!start_of_run.is_null()) {
668 if (!start_of_run.is_null()) {
986 if (!start_time_.is_null() && !end_time.is_null()) {
/external/libmojo/base/android/
H A Dscoped_java_ref.h61 bool is_null() const { return obj_ == nullptr; } function in class:base::android::JavaRef
/external/libmojo/mojo/public/cpp/bindings/
H A Darray_data_view.h205 bool is_null() const { return !this->data_; } function in class:mojo::ArrayDataView

Completed in 471 milliseconds

1234567891011>>