HomeSort by relevance Sort by last modified time
    Searched refs:is_empty (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/
smart-pointer.h 90 ASSERT(is_empty());
98 inline bool is_empty() { function in class:v8::internal::SmartPointer
func-name-inferrer.h 53 bool IsOpen() const { return !entries_stack_.is_empty(); }
80 if (!funcs_to_infer_.is_empty()) {
zone-inl.h 73 if (is_empty()) {
106 if (is_empty())
121 if (is_empty())
145 if (is_empty())
168 if (is_empty())
180 if (is_empty())
193 if (is_empty())
220 if (is_empty())
func-name-inferrer.cc 48 if (names_stack_.is_empty()) {
jump-target.h 101 return !is_bound() && !reaching_frames_.is_empty();
105 return !is_bound() && reaching_frames_.is_empty();
list.h 79 INLINE(bool is_empty() const) { return length_ == 0; }
zone.h 253 bool is_empty() { return root_ == NULL; } function in class:v8::internal::ZoneSplayTree
heap-inl.h 370 if (!new_space_strings_.is_empty()) {
374 if (!old_space_strings_.is_empty()) {
utils.h 301 bool is_empty() const { return length_ == 0; }
343 if (is_empty()) return;
api.h 424 return !saved_contexts_.is_empty();
434 if (entered_contexts_.is_empty()) return false;
441 if (entered_contexts_.is_empty()) return Handle<Object>::null();
scopeinfo.cc 78 ASSERT(locals.is_empty());
215 ASSERT(list->is_empty());
231 ASSERT(list->is_empty());
fast-codegen.cc 78 if (info->function()->body()->is_empty()) {
87 if (!decls->is_empty()) BAILOUT("Function has declarations");
rewriter.cc 828 if (body->is_empty()) return true;
843 if (FLAG_optimize_ast && !body->is_empty()) {
scanner.cc 126 if (!pushback_buffer()->is_empty()) {
144 ASSERT(pushback_buffer()->is_empty());
    [all...]
codegen.cc 101 while (!deferred_.is_empty()) {
heap.h 1422 bool is_empty() { return top_ <= low_; } function in class:v8::internal::MarkingStack
    [all...]
mark-compact.cc 596 while (!marking_stack.is_empty()) {
671 ASSERT(marking_stack.is_empty());
674 work_to_do = !marking_stack.is_empty();
    [all...]
ast.h 829 virtual bool IsLeaf() { return properties()->is_empty(); }
880 virtual bool IsLeaf() { return values()->is_empty(); }
    [all...]
serialize.cc 596 ASSERT(HandleScopeImplementer::instance()->blocks()->is_empty());
920 CHECK(HandleScopeImplementer::instance()->blocks()->is_empty());
    [all...]
  /external/dbus/bus/
config-loader-libxml.c 51 int i, status, is_empty; local
61 is_empty = xmlTextReaderIsEmptyElement (reader);
63 if (name == NULL || n_attributes < 0 || is_empty == -1)
99 if (ret && is_empty == 1)
  /external/v8/src/ia32/
jump-target-ia32.cc 179 ASSERT(reaching_frames_.is_empty());
fast-codegen-ia32.cc 78 if (info->function()->body()->is_empty()) {
87 if (!decls->is_empty()) BAILOUT("Function has declarations");
  /external/v8/src/x64/
jump-target-x64.cc 179 ASSERT(reaching_frames_.is_empty());
  /external/v8/test/cctest/
test-mark-compact.cc 62 while (!s.is_empty()) {
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 157 bool is_empty() { return abs.root == null(); }

Completed in 650 milliseconds

1 2