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

/external/v8/src/
H A Dhydrogen-instructions.h3455 class HLoadGlobalCell: public HTemplateInstruction<0> { class in namespace:v8
3457 HLoadGlobalCell(Handle<JSGlobalPropertyCell> cell, PropertyDetails details) function in class:v8::HLoadGlobalCell
3482 HLoadGlobalCell* b = HLoadGlobalCell::cast(other);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h4963 class HLoadGlobalCell: public HTemplateInstruction<0> { class in namespace:v8
4965 HLoadGlobalCell(Handle<Cell> cell, PropertyDetails details) function in class:v8::HLoadGlobalCell
4993 HLoadGlobalCell* b = HLoadGlobalCell::cast(other);

Completed in 60 milliseconds