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

  /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...]
hydrogen.cc     [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...]
  /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...]
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/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...]

Completed in 217 milliseconds