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

1 2 3

  /external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc 101 chunk_.reset(new MemoryChunk(kShmId, buf, helper_.get()));
111 scoped_ptr<MemoryChunk> chunk_; member in class:gpu::MemoryChunkTest
121 EXPECT_EQ(kShmId, chunk_->shm_id());
122 EXPECT_EQ(kBufferSize, chunk_->GetLargestFreeSizeWithoutWaiting());
123 EXPECT_EQ(kBufferSize, chunk_->GetLargestFreeSizeWithWaiting());
124 EXPECT_EQ(kBufferSize, chunk_->GetSize());
125 void *pointer = chunk_->Alloc(kSize);
129 EXPECT_EQ(kBufferSize - kSize, chunk_->GetLargestFreeSizeWithoutWaiting());
130 EXPECT_EQ(kBufferSize - kSize, chunk_->GetLargestFreeSizeWithWaiting());
131 EXPECT_EQ(kBufferSize, chunk_->GetSize())
    [all...]
  /external/libvpx/libvpx/test/
webm_video_source.h 82 chunk_(0),
134 if (chunk_ >= chunks_) {
155 chunk_ = 0;
158 ASSERT_FALSE(nestegg_packet_data(pkt_, chunk_, &buf_, &buf_sz_))
160 chunk_++;
175 unsigned int chunk_; member in class:libvpx_test::WebMVideoSource
  /external/v8/src/
lithium-allocator-inl.h 48 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
52 return chunk_->instructions()->at(index);
57 return chunk_->GetGapAt(index);
lithium-allocator.cc 535 chunk_(NULL),
681 int index = chunk_->NearestGapPos(last_instruction);
813 chunk_->AddGapMove(gap_index, first_output, output_copy);
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator-inl.h 48 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
52 return chunk_->instructions()->at(index);
57 return chunk_->GetGapAt(index);
mark-compact.h 964 : chunk_(chunk) {
967 chunk_->AddressToMarkbitIndex(chunk_->area_end())));
968 cell_base_ = chunk_->area_start();
971 chunk_->AddressToMarkbitIndex(cell_base_)));
972 cells_ = chunk_->markbits()->cells();
981 chunk_->AddressToMarkbitIndex(cell_base_))));
987 chunk_->AddressToMarkbitIndex(cell_base_))));
997 MemoryChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
lithium-allocator.cc 545 chunk_(NULL),
692 int index = chunk_->NearestGapPos(last_instruction);
827 chunk_->AddGapMove(gap_index, first_output, output_copy);
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.h 37 explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {}
38 bool IsValid() { return chunk_ != 0; }
70 AsanChunk *const chunk_; member in class:__asan::AsanChunkView
asan_allocator2.cc 221 uptr AsanChunkView::Beg() { return chunk_->Beg(); }
223 uptr AsanChunkView::UsedSize() { return chunk_->UsedSize(); }
224 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; }
225 uptr AsanChunkView::FreeTid() { return chunk_->free_tid; }
238 GetStackTraceFromId(chunk_->alloc_context_id, stack);
240 StackTrace::UncompressStack(stack, chunk_->AllocStackBeg(),
241 chunk_->AllocStackSize());
246 GetStackTraceFromId(chunk_->free_context_id, stack);
248 StackTrace::UncompressStack(stack, chunk_->FreeStackBeg(),
249 chunk_->FreeStackSize())
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
iter_fold_impl.hpp 138 > chunk_; typedef in struct:boost::mpl::aux::iter_fold_impl
142 , typename chunk_::iterator
144 , typename chunk_::state
fold_impl.hpp 138 > chunk_; typedef in struct:boost::mpl::aux::fold_impl
142 , typename chunk_::iterator
144 , typename chunk_::state
  /external/v8/src/ia32/
lithium-codegen-ia32.h 50 : chunk_(chunk),
148 LChunk* chunk() const { return chunk_; }
150 HGraph* graph() const { return chunk_->graph(); }
319 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen-ia32.cc 310 Handle<Object> value = chunk_->LookupLiteral(op);
311 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
319 Handle<Object> literal = chunk_->LookupLiteral(op);
320 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
326 Handle<Object> value = chunk_->LookupLiteral(op);
332 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
503 chunk_->LookupLiteral(LConstantOperand::cast(context));
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 49 : chunk_(chunk),
139 LChunk* chunk() const { return chunk_; }
141 HGraph* graph() const { return chunk_->graph(); }
315 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen-x64.cc 312 chunk_->LookupLiteralRepresentation(op).IsInteger32();
318 chunk_->LookupLiteralRepresentation(op).IsTagged();
323 Handle<Object> value = chunk_->LookupLiteral(op);
324 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
332 Handle<Object> value = chunk_->LookupLiteral(op);
338 Handle<Object> literal = chunk_->LookupLiteral(op);
339 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 295 Handle<Object> literal = chunk_->LookupLiteral(const_op);
296 Representation r = chunk_->LookupLiteralRepresentation(const_op);
333 Handle<Object> literal = chunk_->LookupLiteral(const_op);
334 Representation r = chunk_->LookupLiteralRepresentation(const_op);
357 Handle<Object> literal = chunk_->LookupLiteral(op);
358 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
364 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
369 Handle<Object> value = chunk_->LookupLiteral(op);
370 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
378 Handle<Object> value = chunk_->LookupLiteral(op)
    [all...]
lithium-codegen-mips.h 47 : chunk_(chunk),
152 LChunk* chunk() const { return chunk_; }
154 HGraph* graph() const { return chunk_->graph(); }
345 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/arm/
lithium-codegen-arm.cc 325 Handle<Object> literal = chunk_->LookupLiteral(const_op);
326 Representation r = chunk_->LookupLiteralRepresentation(const_op);
363 Handle<Object> literal = chunk_->LookupLiteral(const_op);
364 Representation r = chunk_->LookupLiteralRepresentation(const_op);
389 Handle<Object> literal = chunk_->LookupLiteral(op);
390 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
396 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
401 Handle<Object> value = chunk_->LookupLiteral(op);
402 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
410 Handle<Object> value = chunk_->LookupLiteral(op)
    [all...]
lithium-codegen-arm.h 47 : chunk_(chunk),
156 LChunk* chunk() const { return chunk_; }
158 HGraph* graph() const { return chunk_->graph(); }
330 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 410 HConstant* constant = chunk_->LookupConstant(const_op);
412 Representation r = chunk_->LookupLiteralRepresentation(const_op);
448 HConstant* constant = chunk_->LookupConstant(const_op);
450 Representation r = chunk_->LookupLiteralRepresentation(const_op);
473 HConstant* constant = chunk_->LookupConstant(op);
474 ASSERT(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged());
480 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
485 return chunk_->LookupLiteralRepresentation(op).IsSmi();
496 HConstant* constant = chunk_->LookupConstant(op);
505 HConstant* constant = chunk_->LookupConstant(op)
    [all...]
lithium-codegen-mips.h 49 chunk_(static_cast<LPlatformChunk*>(chunk)),
197 LPlatformChunk* chunk() const { return chunk_; }
414 LPlatformChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 425 HConstant* constant = chunk_->LookupConstant(const_op);
427 Representation r = chunk_->LookupLiteralRepresentation(const_op);
460 HConstant* constant = chunk_->LookupConstant(const_op);
462 Representation r = chunk_->LookupLiteralRepresentation(const_op);
487 HConstant* constant = chunk_->LookupConstant(op);
488 ASSERT(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged());
494 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
499 return chunk_->LookupLiteralRepresentation(op).IsSmi();
510 HConstant* constant = chunk_->LookupConstant(op);
519 HConstant* constant = chunk_->LookupConstant(op)
    [all...]
lithium-codegen-arm.h 50 chunk_(static_cast<LPlatformChunk*>(chunk)),
198 LPlatformChunk* chunk() const { return chunk_; }
393 LPlatformChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 52 chunk_(static_cast<LPlatformChunk*>(chunk)),
200 LPlatformChunk* chunk() const { return chunk_; }
421 LPlatformChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 51 chunk_(static_cast<LPlatformChunk*>(chunk)),
166 LPlatformChunk* chunk() const { return chunk_; }
357 LPlatformChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED

Completed in 713 milliseconds

1 2 3