HomeSort by relevance Sort by last modified time
    Searched refs:GetCodeItemOffset (Results 1 - 6 of 6) sorted by null

  /art/runtime/
exception_test.cc 125 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
art_method-inl.h 378 return GetDeclaringClass()->GetDexFile().GetCodeItem(GetCodeItemOffset());
art_method.h 205 uint32_t GetCodeItemOffset() {
dex_file.cc 766 if (method->GetCodeItemOffset() == 0) {
770 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
    [all...]
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 563 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
603 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
    [all...]

Completed in 568 milliseconds