Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dex

126   // There is no dex instruction or HIR that would need the missing conditions
339 dex::TypeIndex type_index = cls_->GetTypeIndex();
386 // The dex PC of `at_`.
420 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();
4333 // The trampoline uses the same calling convention as dex calling conventions,
4498 // Note: Don't use invoke->GetTargetMethod() as it may point to a different dex file.
4589 dex::StringIndex string_index,
4597 dex::TypeIndex type_index,
4604 dex::TypeIndex type_index,
4636 const DexFile& dex_file, dex::StringIndex string_index) {
4643 const DexFile& dex_file, dex::TypeIndex type_index) {
4655 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) {
4664 const DexFile& dex_file, dex::TypeIndex type_index, Handle<mirror::Class> handle) {
4926 dex::TypeIndex type_index = cls->GetTypeIndex();
4946 dex::TypeIndex type_index = cls->GetTypeIndex();
5079 return; // No dex cache slow path.
5083 const dex::StringIndex string_index = load->GetStringIndex();
5091 return; // No dex cache slow path.
5098 return; // No dex cache slow path.
5103 const dex::StringIndex string_index = load->GetStringIndex();
5141 // TODO: Re-add the compiler code to do string dex cache lookup again.