/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...] |
lithium-allocator.h | 458 LChunk* chunk() const { return chunk_; } 600 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
|
profile-generator.cc | [all...] |
hydrogen.h | 1285 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/external/v8/src/x64/ |
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...] |
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-x64.cc | 547 chunk_ = new(zone()) LChunk(info(), graph()); 548 HPhase phase("L_Building chunk", chunk_); 558 return chunk_; 629 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 636 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 643 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 650 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 657 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 850 right = chunk_->DefineConstantOperand(constant); 951 int start = chunk_->instructions()->length() [all...] |
lithium-x64.h | 2356 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/external/compiler-rt/lib/asan/ |
asan_allocator2.cc | 211 uptr AsanChunkView::Beg() { return chunk_->Beg(); } 213 uptr AsanChunkView::UsedSize() { return chunk_->UsedSize(); } 214 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } 215 uptr AsanChunkView::FreeTid() { return chunk_->free_tid; } 228 GetStackTraceFromId(chunk_->alloc_context_id, stack); 230 StackTrace::UncompressStack(stack, chunk_->AllocStackBeg(), 231 chunk_->AllocStackSize()); 236 GetStackTraceFromId(chunk_->free_context_id, stack); 238 StackTrace::UncompressStack(stack, chunk_->FreeStackBeg(), 239 chunk_->FreeStackSize()) [all...] |
asan_allocator.h | 45 explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {} 46 bool IsValid() { return chunk_ != 0; } 78 AsanChunk *const chunk_; member in class:__asan::AsanChunkView
|
asan_allocator.cc | 166 uptr AsanChunkView::Beg() { return chunk_->Beg(); } 168 uptr AsanChunkView::UsedSize() { return chunk_->used_size; } 169 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } 170 uptr AsanChunkView::FreeTid() { return chunk_->free_tid; } 173 StackTrace::UncompressStack(stack, chunk_->compressed_alloc_stack(), 174 chunk_->compressed_alloc_stack_size()); 178 StackTrace::UncompressStack(stack, chunk_->compressed_free_stack(), 179 chunk_->compressed_free_stack_size());
|
/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
|
lithium-mips.cc | 554 chunk_ = new(zone()) LChunk(info(), graph()); 555 HPhase phase("L_Building chunk", chunk_); 565 return chunk_; 636 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 643 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 650 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 657 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 664 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 855 right = chunk_->DefineConstantOperand(constant); 956 int start = chunk_->instructions()->length() [all...] |
lithium-mips.h | 2371 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/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
|
lithium-arm.cc | 554 chunk_ = new(zone()) LChunk(info(), graph()); 555 HPhase phase("L_Building chunk", chunk_); 565 return chunk_; 636 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 643 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 650 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 657 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 664 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 855 right = chunk_->DefineConstantOperand(constant); 956 int start = chunk_->instructions()->length() [all...] |
lithium-arm.h | 2390 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/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...] |
lithium-ia32.cc | 549 chunk_ = new(zone()) LChunk(info(), graph()); 550 HPhase phase("L_Building chunk", chunk_); 560 return chunk_; 631 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 638 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 645 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 652 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 659 ? chunk_->DefineConstantOperand(HConstant::cast(value)) 855 right = chunk_->DefineConstantOperand(constant); 957 int start = chunk_->instructions()->length() [all...] |
lithium-ia32.h | 2492 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/bootable/recovery/applypatch/ |
imgdiff.c | 67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}] [all...] |