Home | History | Annotate | Download | only in arm

Lines Matching refs:LChunk

387 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
397 int LChunk::GetNextSpillIndex(bool is_double) {
404 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
414 void LChunk::MarkEmptyBlocks() {
451 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
470 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
475 int LChunk::GetParameterStackSlot(int index) const {
486 int LChunk::ParameterAt(int index) {
493 LGap* LChunk::GetGapAt(int index) const {
498 bool LChunk::IsGapAt(int index) const {
503 int LChunk::NearestGapPos(int index) const {
509 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) {
514 Handle<Object> LChunk::LookupLiteral(LConstantOperand* operand) const {
519 Representation LChunk::LookupLiteralRepresentation(
525 LChunk* LChunkBuilder::Build() {
527 chunk_ = new LChunk(info(), graph());
545 PrintF("Aborting LChunk building in @\"%s\": ", *name);