HomeSort by relevance Sort by last modified time
    Searched refs:IsInBootClassPath (Results 1 - 5 of 5) sorted by null

  /art/runtime/
oat_file_assistant_test.cc 129 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
178 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
213 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
247 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
291 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
327 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
360 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
492 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
644 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
713 EXPECT_FALSE(oat_file_assistant.IsInBootClassPath());
    [all...]
oat_file_assistant.h 47 // boot class path. See the IsInBootClassPath method for a way to check if the
145 bool IsInBootClassPath();
oat_file_assistant.cc 168 bool OatFileAssistant::IsInBootClassPath() {
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer.cc 265 if (oat_file_assistant->IsInBootClassPath()) {
  /art/runtime/native/
dalvik_system_DexFile.cc 516 if (oat_file_assistant.IsInBootClassPath()) {
    [all...]

Completed in 73 milliseconds