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

  /external/chromium_org/third_party/skia/include/core/
SkChunkAlloc.h 36 /** Call this to unalloc the most-recently allocated ptr by alloc(). On
42 size_t unalloc(void* ptr);
  /external/skia/include/core/
SkChunkAlloc.h 36 /** Call this to unalloc the most-recently allocated ptr by alloc(). On
42 size_t unalloc(void* ptr);
  /external/v8/src/
lithium.cc 36 LUnallocated* unalloc = NULL; local
42 unalloc = LUnallocated::cast(this);
43 stream->Add("v%d", unalloc->virtual_register());
44 switch (unalloc->policy()) {
49 Register::AllocationIndexToString(unalloc->fixed_index());
55 DoubleRegister::AllocationIndexToString(unalloc->fixed_index());
60 stream->Add("(=%dS)", unalloc->fixed_index());
lithium-allocator.cc 67 LUnallocated* unalloc = LUnallocated::cast(operand_); local
68 requires_reg_ = unalloc->HasRegisterPolicy();
69 register_beneficial_ = !unalloc->HasAnyPolicy();
242 LUnallocated* unalloc = new(zone) LUnallocated(LUnallocated::NONE); local
243 unalloc->set_virtual_register(id_);
244 op = unalloc;
1026 LUnallocated* unalloc = new(zone_) LUnallocated(LUnallocated::ANY); local
    [all...]
  /external/chromium_org/v8/src/
lithium.cc 53 LUnallocated* unalloc = NULL; local
59 unalloc = LUnallocated::cast(this);
60 stream->Add("v%d", unalloc->virtual_register());
61 if (unalloc->basic_policy() == LUnallocated::FIXED_SLOT) {
62 stream->Add("(=%dS)", unalloc->fixed_slot_index());
65 switch (unalloc->extended_policy()) {
69 int reg_index = unalloc->fixed_register_index();
76 int reg_index = unalloc->fixed_register_index();
lithium-allocator.cc 69 LUnallocated* unalloc = LUnallocated::cast(operand_); local
70 requires_reg_ = unalloc->HasRegisterPolicy();
71 register_beneficial_ = !unalloc->HasAnyPolicy();
247 LUnallocated* unalloc = new(zone) LUnallocated(LUnallocated::NONE); local
248 unalloc->set_virtual_register(id_);
249 op = unalloc;
1048 LUnallocated* unalloc = local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkChunkAlloc.cpp 118 size_t SkChunkAlloc::unalloc(void* ptr) { function in class:SkChunkAlloc
SkPictureFlat.h 180 * call unalloc(), in which case it may be freed early.
188 virtual void unalloc(void* ptr) = 0;
489 fController->unalloc((void*)toReplace);
636 // This result is owned by fController and lives as long as it does (unless unalloc'd).
741 virtual void unalloc(void* ptr) SK_OVERRIDE {
744 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
SkRegion_rects.cpp 143 fAlloc.unalloc(rowHead);
  /external/skia/src/core/
SkChunkAlloc.cpp 118 size_t SkChunkAlloc::unalloc(void* ptr) { function in class:SkChunkAlloc
SkPictureFlat.h 180 * call unalloc(), in which case it may be freed early.
188 virtual void unalloc(void* ptr) = 0;
489 fController->unalloc((void*)toReplace);
636 // This result is owned by fController and lives as long as it does (unless unalloc'd).
741 virtual void unalloc(void* ptr) SK_OVERRIDE {
744 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
SkRegion_rects.cpp 143 fAlloc.unalloc(rowHead);
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 89 virtual void unalloc(void* ptr) SK_OVERRIDE;
115 void FlattenableHeap::unalloc(void* ptr) { function in class:FlattenableHeap
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 89 virtual void unalloc(void* ptr) SK_OVERRIDE;
115 void FlattenableHeap::unalloc(void* ptr) { function in class:FlattenableHeap
    [all...]

Completed in 271 milliseconds