Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 ("the License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Definition in file attribute.h.
Go to the source code of this file.
|
|
|
Locate by constant_pool entry the attribute_info index for an attribute in a field attribute area.
Definition at line 166 of file attribute.c. References attribute_name_common_find(), field_info::attributes, field_info::attributes_count, CLASS_OBJECT_LINKAGE, ClassFile::fields, ClassFile::fields_count, jvm_attribute_index_bad, and jvm_class_index_null. |
|
|
|
Locate by constant_pool entry the attribute_info index for an attribute in a method attribute area.
Definition at line 260 of file attribute.c. References attribute_name_common_find(), method_info::attributes, method_info::attributes_count, CLASS_OBJECT_LINKAGE, jvm_attribute_index_bad, jvm_class_index_null, ClassFile::methods, and ClassFile::methods_count. |
|
|
|
Locate by constant_pool entry the attribute_info index for an attribute in a class attribute area.
Definition at line 352 of file attribute.c. References attribute_name_common_find(), ClassFile::attributes, ClassFile::attributes_count, CLASS_OBJECT_LINKAGE, jvm_attribute_index_bad, and jvm_class_index_null. |
|
|