Home
last modified time | relevance | path

Searched refs:HLoadGlobalCell (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-gvn.cc379 ComputeGlobalVar(HLoadGlobalCell::cast(instr)->cell(), &index)) { in ComputeDependsOn()
Dhydrogen-instructions.h5423 class HLoadGlobalCell FINAL : public HTemplateInstruction<0> {
5425 DECLARE_INSTRUCTION_FACTORY_P2(HLoadGlobalCell, Handle<Cell>,
5449 return cell_ == HLoadGlobalCell::cast(other)->cell_; in DECLARE_CONCRETE_INSTRUCTION()
5453 HLoadGlobalCell(Handle<Cell> cell, PropertyDetails details) in HLoadGlobalCell() function
Dhydrogen-instructions.cc3593 OStream& HLoadGlobalCell::PrintDataTo(OStream& os) const { // NOLINT in PrintDataTo()
3601 bool HLoadGlobalCell::RequiresHoleCheck() const { in RequiresHoleCheck()
Dhydrogen.cc5379 HLoadGlobalCell* instr = in VisitVariableProxy()
5380 New<HLoadGlobalCell>(cell, it.property_details()); in VisitVariableProxy()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc2052 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc2050 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc2103 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc2105 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc2059 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc2107 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc1663 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()