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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1535 class HContext FINAL : public HTemplateInstruction<0> {
1537 static HContext* New(Zone* zone) {
1538 return new(zone) HContext();
1551 HContext() { function in class:v8::FINAL

Completed in 79 milliseconds