Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h98 bool is_compiler_; variable
143 return is_compiler_; in IsCompiler()
419 bool is_compiler_; variable
Druntime.cc72 : is_compiler_(false), in Runtime()
348 parsed->is_compiler_ = false; in Create()
521 parsed->is_compiler_ = true; in Create()
643 if (!parsed->is_compiler_ && parsed->image_.empty()) { in Create()
848 is_compiler_ = options->is_compiler_; in Init()