Home | History | Annotate | Download | only in src

Lines Matching refs:HCallWithDescriptor

2293 class HCallWithDescriptor V8_FINAL : public HInstruction {
2295 static HCallWithDescriptor* New(Zone* zone, HValue* context,
2301 HCallWithDescriptor* res =
2302 new(zone) HCallWithDescriptor(target, argument_count,
2349 HCallWithDescriptor(HValue* target,