Lines Matching refs:dex
179 dex::TypeIndex type_index = cls_->GetTypeIndex();
221 // The dex PC of `at_`.
244 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();
1490 const DexFile& dex_file, dex::StringIndex string_index) {
1495 const DexFile& dex_file, dex::TypeIndex type_index) {
1500 const DexFile& dex_file, dex::TypeIndex type_index) {
1535 dex::StringIndex string_index) {
1542 dex::TypeIndex type_index) {
1562 dex::StringIndex string_index,
1572 dex::TypeIndex type_index,
4772 // The trampoline uses the same calling convention as dex calling conventions,
4994 // Note: Don't use invoke->GetTargetMethod() as it may point to a different dex file.
5256 return; // No dex cache slow path.
5263 return; // No dex cache slow path.
5272 return; // No dex cache slow path.
5302 // TODO: Re-add the compiler code to do string dex cache lookup again.