Searched refs:annotations (Results 26 - 34 of 34) sorted by relevance

12

/art/runtime/
H A Dquick_exception_handler.cc165 int line_number = annotations::GetLineNumFromPC(dex_file, handler_method_, handler_dex_pc_);
H A Ddebugger.cc1178 const char* data = annotations::GetSourceDebugExtension(klass);
3843 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc());
H A Dthread.cc1802 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc(false));
H A Dclass_linker.cc3347 access_flags |= annotations::GetNativeMethodAnnotationAccessFlags(
4851 annotations::RuntimeEncodedStaticFieldValueIterator value_it(dex_cache,
/art/openjdkjvmti/
H A Dti_class.cc717 art::annotations::GetSignatureAnnotationForClass(h_klass);
1118 const char* data = art::annotations::GetSourceDebugExtension(klass);
H A Dti_method.cc349 art::annotations::GetSignatureAnnotationForMethod(art_method);
/art/compiler/driver/
H A Dcompiler_driver.cc617 // Query any JNI optimization annotations such as @FastNative or @CriticalNative.
618 access_flags |= annotations::GetNativeMethodAnnotationAccessFlags(
2417 annotations::RuntimeEncodedStaticFieldValueIterator value_it(dex_cache,
2422 if (value_it.GetValueType() == annotations::RuntimeEncodedStaticFieldValueIterator::kString) {
/art/runtime/dex/
H A Ddex_file_annotations.cc996 namespace annotations { namespace in namespace:art
1623 } // namespace annotations
/art/runtime/mirror/
H A Dclass.cc1398 if (!annotations::GetInnerClassFlags(h_this, &flags)) {

Completed in 327 milliseconds

12