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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h4827 class HStoreCodeEntry final : public HTemplateInstruction<2> {
4829 static HStoreCodeEntry* New(Isolate* isolate, Zone* zone, HValue* context,
4831 return new(zone) HStoreCodeEntry(function, code);
4844 HStoreCodeEntry(HValue* function, HValue* code) { function in class:final::final

Completed in 151 milliseconds