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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h6680 class HForInCacheArray final : public HTemplateInstruction<2> {
6682 DECLARE_INSTRUCTION_FACTORY_P3(HForInCacheArray, HValue*, HValue*, int);
6692 HForInCacheArray* index_cache() {
6696 void set_index_cache(HForInCacheArray* index_cache) {
6707 HForInCacheArray(HValue* enumerable, function in class:final::final
6716 HForInCacheArray* index_cache_;

Completed in 229 milliseconds