Searched refs:CheckMethod (Results 1 – 4 of 4) sorted by relevance
/art/tools/veridex/ |
D | hidden_api_finder.h | 48 void CheckMethod(uint32_t method_idx, VeridexResolver* resolver, MethodReference ref);
|
D | hidden_api_finder.cc | 32 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/ |
D | oat_writer_test.cc | 60 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/ |
D | class_linker_test.cc | 1429 static void CheckMethod(ArtMethod* method, bool verified) in CheckMethod() function 1442 CheckMethod(&m, preverified); in CheckVerificationAttempted()
|