Home
last modified time | relevance | path

Searched refs:inner_pointer_to_code_cache_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.cc1465 inner_pointer_to_code_cache_(NULL), in Isolate()
1644 delete inner_pointer_to_code_cache_; in ~Isolate()
1645 inner_pointer_to_code_cache_ = NULL; in ~Isolate()
1766 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this); in Init()
Disolate.h846 return inner_pointer_to_code_cache_; in inner_pointer_to_code_cache()
1186 InnerPointerToCodeCache* inner_pointer_to_code_cache_; variable