Searched refs:kNoCheck (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/ |
D | hydrogen.cc | 4545 outer_context, Context::CLOSURE_INDEX, HLoadContextSlot::kNoCheck); in VisitBlock() 5425 mode = HLoadContextSlot::kNoCheck; in VisitVariableProxy() 6595 mode = HStoreContextSlot::kNoCheck; in HandleCompoundAssignment() 6732 mode = HStoreContextSlot::kNoCheck; in VisitAssignment() 6737 mode = HStoreContextSlot::kNoCheck; in VisitAssignment() 10045 ? HStoreContextSlot::kCheckDeoptimize : HStoreContextSlot::kNoCheck; in VisitCountOperation() 11269 context, variable->index(), HStoreContextSlot::kNoCheck, value); in VisitVariableDeclaration() 11307 context, variable->index(), HStoreContextSlot::kNoCheck, value); in VisitFunctionDeclaration()
|
D | hydrogen-instructions.h | 5866 kNoCheck, enumerator 5892 return mode_ != kNoCheck; in RequiresHoleCheck() 5922 kNoCheck, enumerator 5949 return mode_ != kNoCheck; in RequiresHoleCheck()
|