Home
last modified time | relevance | path

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

/art/runtime/
Dexception_test.cc125 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset()); in TEST_F()
Dart_method-inl.h378 return GetDeclaringClass()->GetDexFile().GetCodeItem(GetCodeItemOffset()); in GetCodeItem()
Dart_method.h205 uint32_t GetCodeItemOffset() { in GetCodeItemOffset() function
Ddex_file.cc766 if (method->GetCodeItemOffset() == 0) { in GetLineNumFromPC()
770 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset()); in GetLineNumFromPC()
Dclass_linker.cc3240 const DexFile::CodeItem* code_item = dex_file.GetCodeItem(method->GetCodeItemOffset()); in ResolveMethodExceptionHandlerTypes()
/art/compiler/driver/
Dcompiler_driver.cc563 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); in CompileOne()
603 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); in CompileMethod()