• Home
  • Raw
  • Download

Lines Matching refs:LChunk

254 LChunk::LChunk(CompilationInfo* info, HGraph* graph)  in LChunk()  function in v8::internal::LChunk
267 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel()
274 int LChunk::LookupDestination(int block_id) const { in LookupDestination()
282 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel()
289 void LChunk::MarkEmptyBlocks() { in MarkEmptyBlocks()
324 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction()
343 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { in DefineConstantOperand()
348 int LChunk::GetParameterStackSlot(int index) const { in GetParameterStackSlot()
361 int LChunk::ParameterAt(int index) { in ParameterAt()
368 LGap* LChunk::GetGapAt(int index) const { in GetGapAt()
373 bool LChunk::IsGapAt(int index) const { in IsGapAt()
378 int LChunk::NearestGapPos(int index) const { in NearestGapPos()
384 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { in AddGapMove()
390 HConstant* LChunk::LookupConstant(LConstantOperand* operand) const { in LookupConstant()
395 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation()
401 void LChunk::CommitDependencies(Handle<Code> code) const { in CommitDependencies()
421 LChunk* LChunk::NewChunk(HGraph* graph) { in NewChunk()
433 LChunk* chunk = builder.Build(); in NewChunk()
448 Handle<Code> LChunk::Codegen() { in Codegen()
483 void LChunk::set_allocated_double_registers(BitVector* allocated_registers) { in set_allocated_double_registers()