Searched defs:HCallWithDescriptor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2293 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, function in class:V8_FINAL

Completed in 247 milliseconds