Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1264 return inner_pointer_to_code_cache_; in inner_pointer_to_code_cache()
2116 InnerPointerToCodeCache* inner_pointer_to_code_cache_ = nullptr; variable
Disolate.cc3548 delete inner_pointer_to_code_cache_; in ThrowInternal()
3549 inner_pointer_to_code_cache_ = nullptr; in ThrowInternal()
3914 inner_pointer_to_code_cache_ = new InnerPointerToCodeCache(this); in ThrowInternal()