Home
last modified time | relevance | path

Searched refs:AddReturn (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.cc145 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 …]
Dlinkage.cc245 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()
Dc-linkage.cc176 locations.AddReturn(LinkageLocation::ForRegister(kReturnRegister0.code(), in GetSimplifiedCDescriptor()
180 locations.AddReturn(LinkageLocation::ForRegister(kReturnRegister1.code(), in GetSimplifiedCDescriptor()
Dschedule.h243 void AddReturn(BasicBlock* block, Node* input); in NON_EXPORTED_BASE()
Dschedule.cc284 void Schedule::AddReturn(BasicBlock* block, Node* input) { in AddReturn() function in v8::internal::compiler::Schedule
Dwasm-compiler.cc3394 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()
Dscheduler.cc548 schedule_->AddReturn(return_block, ret); in ConnectReturn()
Deffect-control-linearizer.cc3394 builder.AddReturn(MachineType::AnyTagged()); in LowerCheckEqualsInternalizedString()
/external/v8/src/
Dsignature.h73 void AddReturn(T val) { in AddReturn() function
/external/v8/src/asmjs/
Dasm-parser.cc176 sig_builder.AddReturn(kWasmF64); in ConvertSignature()
178 sig_builder.AddReturn(kWasmF32); in ConvertSignature()
180 sig_builder.AddReturn(kWasmI32); in ConvertSignature()