Home
last modified time | relevance | path

Searched refs:CheckMethod (Results 1 – 4 of 4) sorted by relevance

/art/tools/veridex/
Dhidden_api_finder.h48 void CheckMethod(uint32_t method_idx, VeridexResolver* resolver, MethodReference ref);
Dhidden_api_finder.cc32 void HiddenApiFinder::CheckMethod(uint32_t method_id, in CheckMethod() function in art::HiddenApiFinder
103 CheckMethod(inst->VRegB_35c(), resolver, method.GetReference()); in CollectAccesses()
112 CheckMethod(inst->VRegB_3rc(), resolver, method.GetReference()); in CollectAccesses()
/art/dex2oat/linker/
Doat_writer_test.cc60 void CheckMethod(ArtMethod* method, in CheckMethod() function in art::linker::OatTest
449 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
458 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
/art/runtime/
Dclass_linker_test.cc1429 static void CheckMethod(ArtMethod* method, bool verified) in CheckMethod() function
1442 CheckMethod(&m, preverified); in CheckVerificationAttempted()