Searched refs:inner_pointer_to_code_cache_ (Results 1 – 2 of 2) sorted by relevance
1494 inner_pointer_to_code_cache_(NULL), in Isolate()1738 delete inner_pointer_to_code_cache_; in ~Isolate()1739 inner_pointer_to_code_cache_ = NULL; in ~Isolate()1867 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this); in Init()
911 return inner_pointer_to_code_cache_; in inner_pointer_to_code_cache()1250 InnerPointerToCodeCache* inner_pointer_to_code_cache_; variable