Home
last modified time | relevance | path

Searched refs:AllowInMemoryCompilation (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dparsed_options.cc184 .IntoKey(M::AllowInMemoryCompilation) in MakeParser()
774 args.Set(M::AllowInMemoryCompilation, Unit()); in DoParse()
H A Druntime_options.def50 RUNTIME_OPTIONS_KEY (Unit, AllowInMemoryCompilation)
H A Druntime.h1122 bool AllowInMemoryCompilation() const { return allow_in_memory_compilation_; } in AllowInMemoryCompilation() function
H A Druntime.cc1638 allow_in_memory_compilation_ = runtime_options.Exists(Opt::AllowInMemoryCompilation); in Init()
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc518 runtime->AllowInMemoryCompilation(), in Heap()