Home | History | Annotate | Download | only in driver

Lines Matching refs:method_index

2887 bool CompilerDriver::IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset) {
2890 *offset = inliner->GetOffsetForStringInit(method_index, pointer_size);
2891 return inliner->IsStringInitMethodIndex(method_index);