Searched refs:AddReturn (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 145 schedule()->AddReturn(CurrentBlock(), ret); in Return() 152 schedule()->AddReturn(CurrentBlock(), ret); in Return() 159 schedule()->AddReturn(CurrentBlock(), ret); in Return() 166 schedule()->AddReturn(CurrentBlock(), ret); in Return() 176 schedule()->AddReturn(CurrentBlock(), ret); in Return() 184 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn() 191 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn() 199 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn() 207 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn() 258 builder.AddReturn(return_type); in CallCFunction0() [all …]
|
D | linkage.cc | 245 locations.AddReturn(regloc(kReturnRegister0, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor() 248 locations.AddReturn(regloc(kReturnRegister1, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor() 251 locations.AddReturn(regloc(kReturnRegister2, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor() 300 locations.AddReturn(regloc(kReturnRegister0, MachineType::AnyTagged())); in GetJSCallDescriptor() 358 locations.AddReturn(regloc(kReturnRegister0, descriptor.GetReturnType(0))); in GetStubCallDescriptor() 361 locations.AddReturn(regloc(kReturnRegister1, descriptor.GetReturnType(1))); in GetStubCallDescriptor() 364 locations.AddReturn(regloc(kReturnRegister2, descriptor.GetReturnType(2))); in GetStubCallDescriptor() 418 locations.AddReturn(regloc(kReturnRegister0, descriptor.GetReturnType(0))); in GetBytecodeDispatchCallDescriptor()
|
D | c-linkage.cc | 176 locations.AddReturn(LinkageLocation::ForRegister(kReturnRegister0.code(), in GetSimplifiedCDescriptor() 180 locations.AddReturn(LinkageLocation::ForRegister(kReturnRegister1.code(), in GetSimplifiedCDescriptor()
|
D | schedule.h | 243 void AddReturn(BasicBlock* block, Node* input); in NON_EXPORTED_BASE()
|
D | schedule.cc | 284 void Schedule::AddReturn(BasicBlock* block, Node* input) { in AddReturn() function in v8::internal::compiler::Schedule
|
D | wasm-compiler.cc | 3394 builder.AddReturn(wasm::ValueTypes::MachineRepresentationFor(ret)); in CreateMachineSignature() 5301 locations.AddReturn(l); in GetWasmCallDescriptor() 5372 locations.AddReturn(rets.Next(output_type)); in ReplaceTypeInCallDescriptorWith() 5375 locations.AddReturn( in ReplaceTypeInCallDescriptorWith()
|
D | scheduler.cc | 548 schedule_->AddReturn(return_block, ret); in ConnectReturn()
|
D | effect-control-linearizer.cc | 3394 builder.AddReturn(MachineType::AnyTagged()); in LowerCheckEqualsInternalizedString()
|
/external/v8/src/ |
D | signature.h | 73 void AddReturn(T val) { in AddReturn() function
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 176 sig_builder.AddReturn(kWasmF64); in ConvertSignature() 178 sig_builder.AddReturn(kWasmF32); in ConvertSignature() 180 sig_builder.AddReturn(kWasmI32); in ConvertSignature()
|