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.h891 return inner_pointer_to_code_cache_; in inner_pointer_to_code_cache()
1402 InnerPointerToCodeCache* inner_pointer_to_code_cache_; variable
Disolate.cc2256 inner_pointer_to_code_cache_(NULL), in Throw()
2512 delete inner_pointer_to_code_cache_; in Throw()
2513 inner_pointer_to_code_cache_ = NULL; in Throw()
2627 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this); in Throw()