Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1455 transcendental_cache_(NULL), in Isolate()
1620 delete transcendental_cache_; in ~Isolate()
1621 transcendental_cache_ = NULL; in ~Isolate()
1761 transcendental_cache_ = new TranscendentalCache(); in Init()
Disolate.h813 return transcendental_cache_; in transcendental_cache()
1174 TranscendentalCache* transcendental_cache_; variable