Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 49) sorted by relevance

12

/external/v8/src/
Dcompiler.h85 ASSERT(!closure_.is_null() && in CompilationInfo()
86 shared_info_.is_null() && in CompilationInfo()
87 script_.is_null()); in CompilationInfo()
97 ASSERT(closure_.is_null() && in CompilationInfo()
98 !shared_info_.is_null() && in CompilationInfo()
99 script_.is_null()); in CompilationInfo()
109 ASSERT(closure_.is_null() && in CompilationInfo()
110 shared_info_.is_null() && in CompilationInfo()
111 !script_.is_null()); in CompilationInfo()
120 if (!closure().is_null()) { in shared_info()
[all …]
Dcompiler.cc97 bool is_run_once = (shared.is_null()) in MakeCode()
131 ASSERT(!i::Top::global_context().is_null()); in MakeFunction()
184 if (code.is_null()) { in MakeFunction()
260 if (result.is_null()) { in Compile()
274 if (!script_name.is_null()) { in Compile()
280 script->set_data(script_data.is_null() ? Heap::undefined_value() in Compile()
291 if (extension == NULL && !result.is_null()) { in Compile()
301 if (result.is_null()) Top::ReportPendingMessages(); in Compile()
329 if (result.is_null()) { in CompileEval()
339 if (!result.is_null() && validate != VALIDATE_JSON) { in CompileEval()
[all …]
Dheap-profiler.cc93 if (cluster.is_null()) return; in InsertIntoTree()
246 if (eq.is_null()) eq = cluster; in Call()
271 if (!coarser_->GetCoarseEquivalent(cluster).is_null()) return; in Call()
304 if (eq.is_null()) return; in Call()
352 ASSERT(!is_null()); in Print()
373 if (!is_null()) { in DebugPrint()
456 if (!eq.is_null()) { in Call()
498 return !eq.is_null() && JSObjectsCluster::Compare(cluster, eq) != 0; in HasAnEquivalent()
546 if (ref_cluster.is_null()) return; in StoreReference()
558 if (cluster.is_null()) return; in CollectStats()
Druntime.cc278 if (value.is_null()) return value; in CreateObjectLiteralBoilerplate()
304 if (result.is_null()) return result; in CreateObjectLiteralBoilerplate()
330 if (result.is_null()) return result; in CreateArrayLiteralBoilerplate()
368 if (result.is_null()) return Failure::Exception(); in Runtime_CreateObjectLiteralBoilerplate()
390 if (object.is_null()) return Failure::Exception(); in Runtime_CreateArrayLiteralBoilerplate()
409 if (boilerplate.is_null()) return Failure::Exception(); in Runtime_CreateObjectLiteral()
428 if (boilerplate.is_null()) return Failure::Exception(); in Runtime_CreateObjectLiteralShallow()
447 if (boilerplate.is_null()) return Failure::Exception(); in Runtime_CreateArrayLiteral()
466 if (boilerplate.is_null()) return Failure::Exception(); in Runtime_CreateArrayLiteralShallow()
642 if (result.is_null()) return Failure::Exception(); in Runtime_RegExpCompile()
[all …]
Ddebug.cc697 if (boilerplate.is_null()) { in CompileDebuggerScript()
1212 !call_function_stub.is_null()) in PrepareStep()
1226 if (!call_function_stub.is_null()) { in PrepareStep()
1449 if (!holder.is_null() && holder->IsJSFunction() && in HandleStepIn()
2109 if (!event_listener_.is_null()) { in ProcessDebugEvent()
2328 if (!event_listener_.is_null()) { in SetEventListener()
2333 if (!event_listener_data_.is_null()) { in SetEventListener()
2343 if (data.is_null()) { in SetEventListener()
2454 return message_handler_ != NULL || !event_listener_.is_null(); in IsDebuggerActive()
Dapi.cc1148 has_pending_exception = boilerplate.is_null(); in New()
1979 has_pending_exception = obj.is_null(); in Set()
2000 has_pending_exception = obj.is_null(); in ForceSet()
2014 has_pending_exception = obj.is_null(); in ForceDelete()
2027 has_pending_exception = result.is_null(); in Get()
2049 has_pending_exception = result.is_null(); in SetPrototype()
2275 has_pending_exception = result.is_null(); in Clone()
2325 has_pending_exception = obj.is_null(); in SetHiddenValue()
2342 has_pending_exception = result.is_null(); in GetHiddenValue()
2786 if (!proxy.is_null()) in SetPointerInInternalField()
[all …]
Dparser.cc2222 ASSERT(!label.is_null()); in ContainsLabel()
2313 if (!label.is_null()) error_type = Factory::unknown_label_symbol(); in ParseContinueStatement()
2336 if (!label.is_null() && ContainsLabel(labels, label)) { in ParseBreakStatement()
2346 if (!label.is_null()) error_type = Factory::unknown_label_symbol(); in ParseBreakStatement()
3570 if (!string.is_null() && string->AsArrayIndex(&index)) { in ParseObjectLiteral()
3685 bool is_named = !var_name.is_null(); in ParseFunctionLiteral()
3732 if (!function_name.is_null() && function_name->length() > 0) { in ParseFunctionLiteral()
3941 bool anonymous = label.is_null(); in LookupBreakTarget()
3957 bool anonymous = label.is_null(); in LookupContinueTarget()
3996 int argc = first.is_null() ? 0 : 1; in NewThrowSyntaxError()
[all …]
Dmessages.cc89 Handle<Object> stack_trace_val = stack_trace.is_null() in MakeMessageObject()
Dheap-profiler.h86 bool is_null() const { return constructor_ == NULL; } in is_null() function
/external/chromium/base/
Dnullable_string16.h16 explicit NullableString16(bool is_null) : is_null_(is_null) { } in NullableString16() argument
17 NullableString16(const string16& string, bool is_null) in NullableString16() argument
18 : string_(string), is_null_(is_null) { in NullableString16()
22 bool is_null() const { return is_null_; } in is_null() function
Dstats_counters.h194 return Enabled() && !start_time_.is_null() && stop_time_.is_null(); in Running()
Dmessage_pump_win.cc66 if (delayed_work_time_.is_null()) in GetCurrentDelay()
219 if (more_work_is_plausible && delayed_work_time_.is_null()) in DoRunLoop()
318 if (!delayed_work_time_.is_null()) { in HandleTimerMessage()
Dmessage_pump_default.cc41 if (delayed_work_time_.is_null()) { in Run()
Dstats_table_unittest.cc319 EXPECT_TRUE(bar.start_time().is_null()); in TEST_F()
320 EXPECT_TRUE(bar.stop_time().is_null()); in TEST_F()
Dtime.h218 bool is_null() const { in is_null() function
424 bool is_null() const { in is_null() function
Dmessage_loop.cc373 if (!pending_task.delayed_run_time.is_null()) { in DeletePendingTasks()
429 if (!pending_task.delayed_run_time.is_null()) { in DoWork()
Dtimer.h247 if (trigger_time_.is_null()) in Check()
Dmessage_pump_glib.cc25 if (from.is_null()) in GetTimeIntervalMilliseconds()
Dmessage_pump_libevent.cc261 if (delayed_work_time_.is_null()) { in Run()
/external/v8/test/cctest/
Dtest-compiler.cc136 if (fun.is_null()) return -1; in Inc()
155 if (fun.is_null()) return -1; in Add()
176 if (fun.is_null()) return -1; in Abs()
197 if (fun.is_null()) return -1; in Sum()
220 if (fun.is_null()) return; in TEST()
253 CHECK(!fun.is_null()); in TEST()
268 CHECK(!fun.is_null()); in TEST()
291 CHECK(!fun0.is_null()); in TEST()
/external/webkit/WebKit/chromium/public/
DWebString.h133 if (s.is_null()) in WebString()
141 if (s.is_null())
/external/chromium/net/flip/
Dflip_stream.cc420 if (send_time_.is_null() || recv_first_byte_time_.is_null() || in UpdateHistograms()
421 recv_last_byte_time_.is_null()) in UpdateHistograms()
/external/chromium/net/http/
Dhttp_transaction_unittest.h230 if (!t->request_time.is_null()) in Start()
236 if (!t->response_time.is_null()) in Start()
/external/chromium/net/socket_stream/
Dsocket_stream_metrics.cc37 if (!wait_start_time_.is_null()) in OnStartConnection()
/external/chromium/net/base/
Dcookie_monster.cc422 if (creation_time.is_null()) { in SetCookieWithCreationTimeAndOptions()
453 !cookie_expires.is_null(), cookie_expires)); in SetCookieWithCreationTimeAndOptions()
656 (delete_end.is_null() || cc->CreationDate() < delete_end)) { in DeleteAllCreatedBetween()

12