Home | History | Annotate | Download | only in x64

Lines Matching refs:LChunk

353 int LChunk::GetNextSpillIndex(bool is_double) {
358 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
371 void LChunk::MarkEmptyBlocks() {
444 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
463 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
468 int LChunk::GetParameterStackSlot(int index) const {
479 int LChunk::ParameterAt(int index) {
486 LGap* LChunk::GetGapAt(int index) const {
491 bool LChunk::IsGapAt(int index) const {
496 int LChunk::NearestGapPos(int index) const {
502 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) {
507 Handle<Object> LChunk::LookupLiteral(LConstantOperand* operand) const {
512 Representation LChunk::LookupLiteralRepresentation(
518 LChunk* LChunkBuilder::Build() {
520 chunk_ = new LChunk(info(), graph());
538 PrintF("Aborting LChunk building in @\"%s\": ", *name);