Searched defs:checked_key (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen.cc2805 HValue* checked_key = NULL; local
2835 checked_key = Add<HBoundsCheck>(key, length);
2836 return AddElementAccess(backing_store, checked_key, val, checked_object,
2861 checked_key = key;
2863 checked_key = Add<HBoundsCheck>(key, length);
2877 return AddElementAccess(elements, checked_key, val, checked_object, nullptr,
3039 HValue* elements, HValue* checked_key, HValue* val, HValue* dependency,
3047 return Add<HStoreKeyed>(elements, checked_key, val, backing_store_owner,
3054 Add<HLoadKeyed>(elements, checked_key, dependency, backing_store_owner,
7963 HInstruction* checked_key local
3038 AddElementAccess( HValue* elements, HValue* checked_key, HValue* val, HValue* dependency, HValue* backing_store_owner, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode) argument
7973 HInstruction* checked_key = Add<HBoundsCheck>(key, length); local
[all...]

Completed in 79 milliseconds