HomeSort by relevance Sort by last modified time
    Searched refs:AddReturn (Results 1 - 19 of 19) sorted by null

  /external/v8/src/
signature.h 50 void AddReturn(T val) {
  /external/v8/src/compiler/
linkage.cc 240 locations.AddReturn(regloc(kReturnRegister0));
243 locations.AddReturn(regloc(kReturnRegister1));
246 types.AddReturn(MachineType::AnyTagged());
329 locations.AddReturn(regloc(kReturnRegister0));
330 types.AddReturn(MachineType::AnyTagged());
446 locations.AddReturn(regloc(kReturnRegister0));
449 locations.AddReturn(regloc(kReturnRegister1));
452 types.AddReturn(return_type);
raw-machine-assembler.cc 100 schedule()->AddReturn(CurrentBlock(), ret);
109 schedule()->AddReturn(CurrentBlock(), ret);
118 schedule()->AddReturn(CurrentBlock(), ret);
273 builder.AddReturn(return_type);
285 builder.AddReturn(return_type);
299 builder.AddReturn(return_type);
316 builder.AddReturn(return_type);
c-linkage.cc 165 locations.AddReturn(regloc(kReturnRegister0));
168 locations.AddReturn(regloc(kReturnRegister1));
wasm-linkage.cc 228 msig.AddReturn(MachineTypeFor(ret));
229 locations.AddReturn(rets.Next(ret));
schedule.h 228 void AddReturn(BasicBlock* block, Node* input);
schedule.cc 245 void Schedule::AddReturn(BasicBlock* block, Node* input) {
scheduler.cc 512 schedule_->AddReturn(return_block, ret);
    [all...]
  /external/v8/test/cctest/compiler/
test-multiple-return.cc 36 msig.AddReturn(MachineType::Int32());
37 locations.AddReturn(
test-run-machops.cc 427 bt.AddReturn(ovf);
493 bt.AddReturn(m.Int64Constant(constant));
497 bt.AddReturn(truncated);
519 bt.AddReturn(ovf);
585 bt.AddReturn(m.Int64Constant(constant));
589 bt.AddReturn(truncated);
856 bt.AddReturn(phi);
883 bt.AddReturn(phi);
911 bt.AddReturn(phi);
939 bt.AddReturn(phi)
    [all...]
test-instruction.cc 197 R.schedule.AddReturn(b0, R.Int32Constant(1));
217 R.schedule.AddReturn(b1, R.Int32Constant(1));
242 R.schedule.AddReturn(b0, R.Int32Constant(1));
codegen-tester.cc 548 bt.AddReturn(bt.param0);
556 bt.AddReturn(bt.param1);
564 bt.AddReturn(bt.param0);
572 bt.AddReturn(bt.param1);
codegen-tester.h 333 void AddReturn(Node* val) {
test-run-native-calls.cc 184 locations.AddReturn(rets.Next(msig->GetReturn(i)));
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 94 builder.AddReturn(return_type);
101 builder.AddReturn(return_type);
110 builder.AddReturn(return_type);
121 builder.AddReturn(return_type);
schedule-unittest.cc 198 TEST_F(ScheduleTest, AddReturn) {
204 schedule.AddReturn(start, node);
224 schedule.AddReturn(start, node);
  /external/v8/src/wasm/
encoder.cc 191 sig.AddReturn(static_cast<LocalType>(return_type_));
module-decoder.cc 474 if (ret != kAstStmt) builder.AddReturn(ret);
  /external/v8/test/cctest/wasm/
test-run-wasm.cc     [all...]

Completed in 1889 milliseconds