Searched refs:GetLazyBailoutDescriptor (Results 1 – 3 of 3) sorted by relevance
316 static CallDescriptor* GetLazyBailoutDescriptor(Zone* zone);
290 CallDescriptor* Linkage::GetLazyBailoutDescriptor(Zone* zone) { in GetLazyBailoutDescriptor() function in v8::internal::compiler::Linkage
807 return Call(Linkage::GetLazyBailoutDescriptor(zone())); in LazyBailout()