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.h5358 class HLoadGlobalCell V8_FINAL : public HTemplateInstruction<0> {
5360 DECLARE_INSTRUCTION_FACTORY_P2(HLoadGlobalCell, Handle<Cell>,
5384 return cell_ == HLoadGlobalCell::cast(other)->cell_;
5388 HLoadGlobalCell(Handle<Cell> cell, PropertyDetails details) function in class:v8::V8_FINAL

Completed in 83 milliseconds