Home
last modified time | relevance | path

Searched refs:GetCodeItemOffset (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dexception_test.cc124 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset()); in TEST_F()
Ddex_file.cc714 if (method->GetCodeItemOffset() == 0) { in GetLineNumFromPC()
718 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset()); in GetLineNumFromPC()
Dclass_linker.cc3745 const DexFile::CodeItem* code_item = dex_file.GetCodeItem(method->GetCodeItemOffset()); in ResolveMethodExceptionHandlerTypes()
/art/runtime/mirror/
Dart_method-inl.h467 return method->GetDexFile()->GetCodeItem(method->GetCodeItemOffset()); in GetCodeItem()
Dart_method.h185 uint32_t GetCodeItemOffset() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetCodeItemOffset() function
/art/compiler/driver/
Dcompiler_driver.cc568 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); in CompileOne()