Home | History | Annotate | Download | only in compiler

Lines Matching refs:bytecode_iterator

385   BailoutId loop_id(builder_->bytecode_iterator().current_offset());
603 BailoutId bailout_id(bytecode_iterator().current_offset());
618 BailoutId bailout_id(bytecode_iterator().current_offset());
692 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0));
698 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0));
729 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
735 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(0), value);
740 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
741 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(1), value);
756 Node* node = BuildLoadGlobal(bytecode_iterator().GetIndexOperand(0),
763 Node* node = BuildLoadGlobal(bytecode_iterator().GetIndexOperand(0),
771 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0));
773 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1));
794 bytecode_iterator().GetUnsignedImmediateOperand(2),
795 bytecode_iterator().GetIndexOperand(1), false);
797 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
807 0, bytecode_iterator().GetIndexOperand(0), false);
815 bytecode_iterator().GetUnsignedImmediateOperand(2),
816 bytecode_iterator().GetIndexOperand(1));
818 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
825 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0));
834 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0));
897 uint32_t depth = bytecode_iterator().GetUnsignedImmediateOperand(2);
904 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1);
921 bytecode_iterator().GetConstantForIndexOperand(0));
945 uint32_t depth = bytecode_iterator().GetUnsignedImmediateOperand(2);
954 BuildLoadGlobal(bytecode_iterator().GetIndexOperand(1), typeof_mode);
968 bytecode_iterator().GetConstantForIndexOperand(0));
995 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0));
1014 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1016 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(1));
1018 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2));
1029 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1031 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1));
1042 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1044 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(1));
1046 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2));
1065 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1067 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1));
1069 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2));
1085 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0);
1086 uint32_t depth = bytecode_iterator().GetUnsignedImmediateOperand(1);
1095 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0);
1096 uint32_t depth = bytecode_iterator().GetUnsignedImmediateOperand(1);
1106 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(0),
1113 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1119 bytecode_iterator().GetConstantForIndexOperand(0));
1122 bytecode_iterator().GetFlagOperand(1))
1132 bytecode_iterator().GetConstantForIndexOperand(0));
1140 uint32_t slots = bytecode_iterator().GetUnsignedImmediateOperand(0);
1147 interpreter::Register reg = bytecode_iterator().GetRegisterOperand(0);
1150 Handle<String>::cast(bytecode_iterator().GetConstantForIndexOperand(1));
1152 bytecode_iterator().GetConstantForIndexOperand(2));
1162 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1164 bytecode_iterator().GetConstantForIndexOperand(1));
1191 Handle<String>::cast(bytecode_iterator().GetConstantForIndexOperand(0));
1192 int literal_index = bytecode_iterator().GetIndexOperand(1);
1193 int literal_flags = bytecode_iterator().GetFlagOperand(2);
1202 bytecode_iterator().GetConstantForIndexOperand(0));
1203 int literal_index = bytecode_iterator().GetIndexOperand(1);
1204 int literal_flags = bytecode_iterator().GetFlagOperand(2);
1221 bytecode_iterator().GetConstantForIndexOperand(0));
1222 int literal_index = bytecode_iterator().GetIndexOperand(1);
1223 int bytecode_flags = bytecode_iterator().GetFlagOperand(2);
1232 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(3),
1257 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1258 interpreter::Register receiver = bytecode_iterator().GetRegisterOperand(1);
1259 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2);
1264 int const slot_id = bytecode_iterator().GetIndexOperand(3);
1293 BuildLoadNativeContextField(bytecode_iterator().GetIndexOperand(0));
1294 interpreter::Register receiver = bytecode_iterator().GetRegisterOperand(1);
1295 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2);
1318 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0);
1319 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1);
1320 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2);
1330 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0);
1331 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1);
1332 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2);
1334 bytecode_iterator().GetRegisterOperand(3);
1345 Runtime::FunctionId functionId = bytecode_iterator().GetIntrinsicIdOperand(0);
1346 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1);
1347 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2);
1373 interpreter::Register callee_reg = bytecode_iterator().GetRegisterOperand(0);
1374 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1);
1375 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2);
1379 int const slot_id = bytecode_iterator().GetIndexOperand(3);
1419 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1430 bytecode_iterator().GetIndexOperand(operand_index));
1440 int slot_index = bytecode_iterator().GetIndexOperand(1);
1445 feedback_vector()->ToSlot(bytecode_iterator().GetIndexOperand(1));
1515 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1));
1516 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0));
1596 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1613 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1658 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(0), value,
1757 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1760 bytecode_iterator().GetRegisterOperand(1), prepare,
1769 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1771 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1));
1781 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1783 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1));
1784 int catch_reg_pair_index = bytecode_iterator().GetRegisterOperand(2).index();
1800 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0));
1809 bytecode_iterator().GetRegisterOperand(0));
1813 jsgraph()->Constant(bytecode_iterator().current_offset() +
1836 bytecode_iterator().GetRegisterOperand(0));
1928 int origin_offset = bytecode_iterator().current_offset();
1936 int origin_offset = bytecode_iterator().current_offset();
1950 MergeIntoSuccessorEnvironment(bytecode_iterator().GetJumpTargetOffset());
1957 MergeIntoSuccessorEnvironment(bytecode_iterator().GetJumpTargetOffset());
1966 MergeIntoSuccessorEnvironment(bytecode_iterator().GetJumpTargetOffset());