Searched refs:inner_pointer_to_code_cache_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Disolate.cc1465 inner_pointer_to_code_cache_(NULL),
1644 delete inner_pointer_to_code_cache_;
1645 inner_pointer_to_code_cache_ = NULL;
1766 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this);
H A Disolate.h846 return inner_pointer_to_code_cache_;
1186 InnerPointerToCodeCache* inner_pointer_to_code_cache_; member in class:v8::internal::Isolate
/external/chromium_org/v8/src/
H A Disolate.h918 return inner_pointer_to_code_cache_;
1290 InnerPointerToCodeCache* inner_pointer_to_code_cache_; member in class:v8::internal::Isolate
H A Disolate.cc1774 inner_pointer_to_code_cache_(NULL),
2036 delete inner_pointer_to_code_cache_;
2037 inner_pointer_to_code_cache_ = NULL;
2185 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this);

Completed in 96 milliseconds