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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1334 class HContext final : public HTemplateInstruction<0> {
1336 static HContext* New(Zone* zone) {
1337 return new(zone) HContext();
1350 HContext() { function in class:final

Completed in 189 milliseconds