Home | History | Annotate | Download | only in mips

Lines Matching refs:chunk

502   int TrueDestination(LChunk* chunk) {
503 return chunk->LookupDestination(true_block_id());
505 int FalseDestination(LChunk* chunk) {
506 return chunk->LookupDestination(false_block_id());
509 Label* TrueLabel(LChunk* chunk) {
511 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
515 Label* FalseLabel(LChunk* chunk) {
517 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
2616 LPlatformChunk* chunk() const { return chunk_; }