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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h7770 class HForInCacheArray FINAL : public HTemplateInstruction<2> {
7772 DECLARE_INSTRUCTION_FACTORY_P3(HForInCacheArray, HValue*, HValue*, int);
7782 HForInCacheArray* index_cache() {
7786 void set_index_cache(HForInCacheArray* index_cache) {
7799 HForInCacheArray(HValue* enumerable, function in class:v8::FINAL::FINAL
7808 HForInCacheArray* index_cache_;

Completed in 1072 milliseconds