Searched refs:CheckPrototypeIndex (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.h415 bool CheckPrototypeIndex(uint32_t idx);
H A Dmethod_verifier.cc1205 result = result && CheckPrototypeIndex(inst->VRegH());
1313 inline bool MethodVerifier::CheckPrototypeIndex(uint32_t idx) { function in class:art::MethodVerifier

Completed in 29 milliseconds