HomeSort by relevance Sort by last modified time
    Searched refs:chunk_ (Results 1 - 18 of 18) 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 537 : chunk_(NULL),
687 int index = chunk_->NearestGapPos(last_instruction);
817 chunk_->AddGapMove(gap_index, first_output, output_copy);
    [all...]
lithium-allocator.h 462 LChunk* chunk() const { return chunk_; }
593 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
profile-generator.cc     [all...]
hydrogen.h 1056 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 47 : chunk_(chunk),
144 LChunk* chunk() const { return chunk_; }
146 HGraph* graph() const { return chunk_->graph(); }
292 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen-arm.cc 315 Handle<Object> literal = chunk_->LookupLiteral(const_op);
316 Representation r = chunk_->LookupLiteralRepresentation(const_op);
341 Handle<Object> value = chunk_->LookupLiteral(op);
342 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
352 Handle<Object> literal = chunk_->LookupLiteral(const_op);
353 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
lithium-arm.cc 527 chunk_ = new LChunk(info(), graph());
528 HPhase phase("Building chunk", chunk_);
538 return chunk_;
613 ? chunk_->DefineConstantOperand(HConstant::cast(value))
620 ? chunk_->DefineConstantOperand(HConstant::cast(value))
627 ? chunk_->DefineConstantOperand(HConstant::cast(value))
634 ? chunk_->DefineConstantOperand(HConstant::cast(value))
641 ? chunk_->DefineConstantOperand(HConstant::cast(value))
847 right = chunk_->DefineConstantOperand(constant);
949 int start = chunk_->instructions()->length()
    [all...]
lithium-arm.h 2161 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 50 : chunk_(chunk),
136 LChunk* chunk() const { return chunk_; }
138 HGraph* graph() const { return chunk_->graph(); }
288 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen-ia32.cc 285 Handle<Object> value = chunk_->LookupLiteral(op);
286 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
295 Handle<Object> literal = chunk_->LookupLiteral(const_op);
296 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
lithium-ia32.cc 519 chunk_ = new LChunk(info(), graph());
520 HPhase phase("Building chunk", chunk_);
530 return chunk_;
605 ? chunk_->DefineConstantOperand(HConstant::cast(value))
612 ? chunk_->DefineConstantOperand(HConstant::cast(value))
619 ? chunk_->DefineConstantOperand(HConstant::cast(value))
626 ? chunk_->DefineConstantOperand(HConstant::cast(value))
633 ? chunk_->DefineConstantOperand(HConstant::cast(value))
841 right = chunk_->DefineConstantOperand(constant);
942 int start = chunk_->instructions()->length()
    [all...]
lithium-ia32.h 2218 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 49 : chunk_(chunk),
131 LChunk* chunk() const { return chunk_; }
133 HGraph* graph() const { return chunk_->graph(); }
285 LChunk* const chunk_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen-x64.cc 322 chunk_->LookupLiteralRepresentation(op).IsInteger32();
328 chunk_->LookupLiteralRepresentation(op).IsTagged();
333 Handle<Object> value = chunk_->LookupLiteral(op);
334 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
342 Handle<Object> literal = chunk_->LookupLiteral(op);
343 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
    [all...]
lithium-x64.cc 520 chunk_ = new LChunk(info(), graph());
521 HPhase phase("Building chunk", chunk_);
531 return chunk_;
606 ? chunk_->DefineConstantOperand(HConstant::cast(value))
613 ? chunk_->DefineConstantOperand(HConstant::cast(value))
620 ? chunk_->DefineConstantOperand(HConstant::cast(value))
627 ? chunk_->DefineConstantOperand(HConstant::cast(value))
634 ? chunk_->DefineConstantOperand(HConstant::cast(value))
842 right = chunk_->DefineConstantOperand(constant);
944 int start = chunk_->instructions()->length()
    [all...]
lithium-x64.h 2144 LChunk* chunk_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 1110 milliseconds