Lines Matching defs:output
348 void BaselineCompiler::LoadRegister(Register output, int operand_index) {
349 __ LoadRegister(output, RegisterOperand(operand_index));
372 void BaselineCompiler::LoadConstant(Register output, int operand_index) {
373 __ Move(output, Constant<Type>(operand_index));
410 void BaselineCompiler::LoadFeedbackVector(Register output) {
412 __ Move(output, __ FeedbackVectorOperand());
415 void BaselineCompiler::LoadClosureFeedbackArray(Register output) {
416 LoadFeedbackVector(output);
417 __ LoadTaggedPointerField(output, output,
422 Register output, std::function<void(Label*, Label::Distance)> jump_func) {
425 __ LoadRoot(output, RootIndex::kFalseValue);
428 __ LoadRoot(output, RootIndex::kTrueValue);