Searched defs:Jit (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Djit.cc44 void* Jit::jit_library_handle_= nullptr;
45 void* Jit::jit_compiler_handle_ = nullptr;
46 void* (*Jit::jit_load_)(bool*) = nullptr;
47 void (*Jit::jit_unload_)(void*) = nullptr;
48 bool (*Jit::jit_compile_method_)(void*, ArtMethod*, Thread*, bool) = nullptr;
49 void (*Jit::jit_types_loaded_)(void*, mirror::Class**, size_t count) = nullptr;
50 bool Jit::generate_debug_info_ = false;
101 jit_options->warmup_threshold_ / Jit::kDefaultPriorityThreadWeightRatio,
115 jit_options->warmup_threshold_ / Jit::kDefaultInvokeTransitionWeightRatio,
122 bool Jit
143 Jit::Jit() : dump_info_on_shutdown_(false), function in class:art::jit::Jit
[all...]
H A Djit.h42 class Jit { class in namespace:art::jit
49 virtual ~Jit();
50 static Jit* Create(JitOptions* options, std::string* error_msg);
171 Jit();
201 DISALLOW_COPY_AND_ASSIGN(Jit);

Completed in 64 milliseconds