Lines Matching refs:bytecodes

46   int bytecode_size = static_cast<int>(bytecodes()->size());
51 bytecode_size, &bytecodes()->front(), frame_size, parameter_count,
87 int bytecode_size = static_cast<int>(bytecodes()->size());
88 const byte* bytecode_ptr = &bytecodes()->front();
157 size_t current_offset = bytecodes()->size();
165 size_t current_offset = bytecodes()->size();
176 size_t current_offset = bytecodes()->size();
189 size_t current_offset = bytecodes()->size();
196 size_t current_offset = bytecodes()->size();
208 size_t current_offset = bytecodes()->size();
225 int bytecode_offset = static_cast<int>(bytecodes()->size());
262 DCHECK_GT(bytecodes()->size(), last_bytecode_offset_);
263 bytecodes()->resize(last_bytecode_offset_);
270 last_bytecode_offset_ = bytecodes()->size();
285 bytecodes()->push_back(Bytecodes::ToByte(prefix));
287 bytecodes()->push_back(Bytecodes::ToByte(bytecode));
298 bytecodes()->push_back(static_cast<uint8_t>(operands[i]));
303 bytecodes()->push_back(raw_operand[0]);
304 bytecodes()->push_back(raw_operand[1]);
310 bytecodes()->push_back(raw_operand[0]);
311 bytecodes()->push_back(raw_operand[1]);
312 bytecodes()->push_back(raw_operand[2]);
313 bytecodes()->push_back(raw_operand[3]);
352 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location));
358 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder);
363 bytecodes()->at(operand_location) = static_cast<uint8_t>(delta);
373 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode);
374 bytecodes()->at(operand_location) = static_cast<uint8_t>(entry);
380 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location));
400 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode);
404 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder &&
405 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder);
406 bytecodes()->at(operand_location++) = operand_bytes[0];
407 bytecodes()->at(operand_location) = operand_bytes[1];
413 Bytecodes::FromByte(bytecodes()->at(jump_location))));
419 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder &&
420 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder &&
421 bytecodes()->at(operand_location + 2) == k8BitJumpPlaceholder &&
422 bytecodes()->at(operand_location + 3) == k8BitJumpPlaceholder);
423 bytecodes()->at(operand_location++) = operand_bytes[0];
424 bytecodes()->at(operand_location++) = operand_bytes[1];
425 bytecodes()->at(operand_location++) = operand_bytes[2];
426 bytecodes()->at(operand_location) = operand_bytes[3];
430 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location));
441 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset));
466 size_t current_offset = bytecodes()->size();
486 size_t current_offset = bytecodes()->size();
519 size_t current_offset = bytecodes()->size();