Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.h1095 return inner_pointer_to_code_cache_; in inner_pointer_to_code_cache()
1776 InnerPointerToCodeCache* inner_pointer_to_code_cache_ = nullptr; variable
Disolate.cc3192 delete inner_pointer_to_code_cache_; in ThrowInternal()
3193 inner_pointer_to_code_cache_ = nullptr; in ThrowInternal()
3505 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this); in ThrowInternal()