HomeSort by relevance Sort by last modified time
    Searched refs:top_ (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
codegen.h 130 previous_ = top_;
131 top_ = cgen;
135 top_ = previous_;
139 ASSERT(top_ != NULL);
140 return top_;
144 static CodeGenerator* top_; member in class:v8::internal::BASE_EMBEDDED
heap.h 1450 HeapObject** top_; member in class:v8::internal::MarkingStack
    [all...]
spaces.cc 285 int MemoryAllocator::top_ = 0; member in class:v8::internal::MemoryAllocator
290 ASSERT(top_ < max_nof_chunks_);
291 free_chunk_ids_[top_++] = free_chunk_id;
296 ASSERT(top_ > 0);
297 return free_chunk_ids_[--top_];
322 top_ = max_nof_chunks_;
340 ASSERT(top_ == max_nof_chunks_); // all chunks are free
341 top_ = 0;
    [all...]
codegen.cc 65 CodeGenerator* CodeGeneratorScope::top_ = NULL; member in class:v8::internal::CodeGeneratorScope
parser.cc 56 explicit PositionStack(bool* ok) : top_(NULL), ok_(ok) {}
75 bool is_empty() { return top_ == NULL; }
78 int result = top_->value();
79 top_ = top_->previous();
84 Element* top() { return top_; }
85 void set_top(Element* value) { top_ = value; }
86 Element* top_; member in class:v8::internal::PositionStack
    [all...]
spaces.h 564 // Chunks_, free_chunk_ids_ and top_ act as a stack of free chunk ids.
568 static int top_; member in class:v8::internal::MemoryAllocator
573 static bool OutOfChunkIds() { return top_ == 0; }
    [all...]
objects.h 4297 static Relocatable* top_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
objects.cc 3916 Relocatable* Relocatable::top_ = NULL; member in class:v8::internal::Relocatable
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 410 SkScalar top_ = SkFloatToScalar(top); local
413 canvas->drawRectCoords(left_, top_, right_, bottom_, *paint);
472 SkScalar top_ = SkFloatToScalar(top); local
482 canvas->drawBitmap(*bitmap, left_, top_, &filteredPaint);
484 canvas->drawBitmap(*bitmap, left_, top_, paint);
489 canvas->translate(left_, top_);
    [all...]
Path.cpp 167 SkScalar top_ = SkFloatToScalar(top); local
170 obj->addRect(left_, top_, right_, bottom_, dir);
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 538 UBool varT = FALSE; UBool top_ = TRUE; local
578 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0);
579 if(top_) { /* if reset is on top, the sequence is broken. We should have an empty string */
918 UBool varT = FALSE; UBool top_ = TRUE; local
959 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0);
1089 UBool varT = FALSE; UBool top_ = TRUE; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 538 UBool varT = FALSE; UBool top_ = TRUE; local
578 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0);
579 if(top_) { /* if reset is on top, the sequence is broken. We should have an empty string */
918 UBool varT = FALSE; UBool top_ = TRUE; local
959 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0);
1089 UBool varT = FALSE; UBool top_ = TRUE; local
    [all...]

Completed in 478 milliseconds