Home | History | Annotate | Download | only in compiler

Lines Matching refs:InstructionSequence

315 Label* InstructionSequence::GetLabel(BasicBlock* block) {
320 BlockStartInstruction* InstructionSequence::GetBlockStart(BasicBlock* block) {
325 void InstructionSequence::StartBlock(BasicBlock* block) {
333 void InstructionSequence::EndBlock(BasicBlock* block) {
340 int InstructionSequence::AddInstruction(Instruction* instr, BasicBlock* block) {
358 BasicBlock* InstructionSequence::GetBasicBlock(int instruction_index) {
370 bool InstructionSequence::IsReference(int virtual_register) const {
375 bool InstructionSequence::IsDouble(int virtual_register) const {
380 void InstructionSequence::MarkAsReference(int virtual_register) {
385 void InstructionSequence::MarkAsDouble(int virtual_register) {
390 void InstructionSequence::AddGapMove(int index, InstructionOperand* from,
397 InstructionSequence::StateId InstructionSequence::AddFrameStateDescriptor(
404 FrameStateDescriptor* InstructionSequence::GetFrameStateDescriptor(
405 InstructionSequence::StateId state_id) {
410 int InstructionSequence::GetFrameStateDescriptorCount() {
415 OStream& operator<<(OStream& os, const InstructionSequence& code) {