Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc138 CodeItemDataAccessor accessor(*dex_, dex_->GetCodeItem(method_f_->GetCodeItemOffset())); in TEST_F()
/art/openjdkjvmti/
Dti_method.cc171 DCHECK_NE(art_method->GetCodeItemOffset(), 0u); in GetArgumentsSize()
304 DCHECK_NE(art_method->GetCodeItemOffset(), 0u); in GetMaxLocals()
418 DCHECK_NE(art_method->GetCodeItemOffset(), 0u); in GetMethodLocation()
/art/runtime/
Dart_method-inl.h249 return GetDexFile()->GetCodeItem(GetCodeItemOffset()); in GetCodeItem()
Dart_method.h375 uint32_t GetCodeItemOffset() { in GetCodeItemOffset() function
/art/compiler/optimizing/
Doptimizing_compiler.cc1198 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); in JitCompile()
/art/runtime/dex/
Ddex_file_annotations.cc1575 if (method->GetCodeItemOffset() == 0) { in GetLineNumFromPC()
/art/compiler/driver/
Dcompiler_driver.cc701 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); in CompileOne()