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

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

Completed in 353 milliseconds