Home
last modified time | relevance | path

Searched refs:kBuilding (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dfast-accessor-assembler.cc27 state_(kBuilding) {} in FastAccessorAssembler()
35 CHECK_EQ(kBuilding, state_); in IntegerConstant()
41 CHECK_EQ(kBuilding, state_); in GetReceiver()
52 CHECK_EQ(kBuilding, state_); in LoadInternalField()
97 CHECK_EQ(kBuilding, state_); in LoadValue()
105 CHECK_EQ(kBuilding, state_); in LoadObject()
114 CHECK_EQ(kBuilding, state_); in ReturnValue()
120 CHECK_EQ(kBuilding, state_); in CheckFlagSetOrReturnNull()
134 CHECK_EQ(kBuilding, state_); in CheckNotZeroOrReturnNull()
146 CHECK_EQ(kBuilding, state_); in MakeLabel()
[all …]
Dfast-accessor-assembler.h97 enum { kBuilding, kBuilt, kError } state_; enumerator