Lines Matching refs:LChunk
353 int LChunk::GetNextSpillIndex(bool is_double) {
360 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
370 void LChunk::MarkEmptyBlocks() {
443 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
462 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
467 int LChunk::GetParameterStackSlot(int index) const {
478 int LChunk::ParameterAt(int index) {
485 LGap* LChunk::GetGapAt(int index) const {
490 bool LChunk::IsGapAt(int index) const {
495 int LChunk::NearestGapPos(int index) const {
501 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) {
506 Handle<Object> LChunk::LookupLiteral(LConstantOperand* operand) const {
511 Representation LChunk::LookupLiteralRepresentation(
517 LChunk* LChunkBuilder::Build() {
519 chunk_ = new LChunk(info(), graph());
537 PrintF("Aborting LChunk building in @\"%s\": ", *name);