HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 851 - 875 of 1238) sorted by null

<<31323334353637383940>>

  /external/turbine/java/com/google/turbine/bytecode/
AttributeWriter.java 254 tmp.writeShort(pool.classInfo(use.descriptor()));
259 tmp.writeShort(pool.classInfo(provide.descriptor()));
  /external/turbine/java/com/google/turbine/lower/
LowerSignature.java 228 * A field signature, or {@code null} if the descriptor provides all necessary type information.
313 public String descriptor(ClassSymbol sym) { method in class:LowerSignature
319 return "L" + descriptor(sym) + ";";
  /external/v8/src/
api-arguments-inl.h 161 ApiNamedPropertyAccess("interceptor-named-descriptor", holder(), *name));
164 interceptor->descriptor());
268 LOG(isolate, ApiIndexedPropertyAccess("interceptor-indexed-descriptor",
271 ToCData<IndexedPropertyDescriptorCallback>(interceptor->descriptor());
  /external/v8/src/builtins/
builtins.cc 179 CallInterfaceDescriptor descriptor(key);
180 return Callable(code, descriptor);
  /external/v8/src/compiler/
js-heap-broker.h 330 MapRef FindFieldOwner(int descriptor) const;
334 ObjectRef GetFieldType(int descriptor) const;
  /external/v8/src/ic/
accessor-assembler.cc 215 Node* descriptor = DecodeWord<LoadHandler::DescriptorBits>(handler_word); local
220 CAST(LoadDescriptorValue(LoadMap(holder), descriptor));
326 Node* descriptor) {
327 return CAST(LoadDescriptorValueOrFieldType(map, descriptor));
331 TNode<Map> map, SloppyTNode<IntPtrT> descriptor) {
334 IntPtrMul(descriptor, IntPtrConstant(DescriptorArray::kEntrySize));
338 CSA_ASSERT(this, UintPtrLessThan(descriptor, LoadAndUntagWeakFixedArrayLength(
497 Node* descriptor = DecodeWord<LoadHandler::DescriptorBits>(handler_word); local
498 Node* value = LoadDescriptorValue(LoadMap(holder), descriptor);
526 Node* descriptor = DecodeWord<LoadHandler::DescriptorBits>(handler_word) local
821 Node* descriptor = DecodeWord<StoreHandler::DescriptorBits>(handler_word); local
1239 Node* descriptor = DecodeWord<StoreHandler::DescriptorBits>(handler_word); local
1571 Node* descriptor = DecodeWord<StoreHandler::DescriptorBits>(handler_word); local
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc     [all...]
  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 134 manager->listByInterface(drm::V1_0::ICryptoFactory::descriptor,
145 manager->listByInterface(drm::V1_1::ICryptoFactory::descriptor,
  /external/kotlinc/lib/
kotlin-main-kts.jar 
kotlin-annotation-processing.jar 
  /art/compiler/driver/
compiler_options.h 291 bool IsImageClass(const char* descriptor) const;
  /art/dex2oat/linker/
oat_writer_test.cc 437 const char* descriptor = accessor.GetDescriptor(); local
439 descriptor,
443 CHECK_EQ(ClassStatus::kNotReady, oat_class.GetStatus()) << descriptor;
445 oat_class.GetType()) << descriptor;
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.h 66 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);
  /art/runtime/
runtime_callbacks.h 191 void ClassPreDefine(const char* descriptor,
  /art/test/979-const-method-handle/util-src/transformer/
ConstantTransformer.java 55 * descriptor = "D"
145 constantMethodHandle.descriptor(),
  /build/soong/third_party/zip/
struct.go 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size
45 dataDescriptor64Len = 24 // descriptor with 8 byte sizes
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 76 String descriptor, Member member) {
  /external/e2fsprogs/ext2ed/
ext2ed.h 233 extern void add_new_variable (struct struct_descriptor *descriptor,char *v_type,char *v_name);
  /external/icu/icu4c/source/common/
serv.cpp 369 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const
371 return get(descriptor, NULL, status);
375 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
378 ICUServiceKey* key = createKey(&descriptor, status);
  /external/libusb-compat/libusb/
usb.h 56 * Descriptor types
70 * Descriptor sizes per descriptor type
85 /* String descriptor */
92 /* HID descriptor */
104 /* Endpoint descriptor */
129 /* Interface descriptor */
155 /* Configuration descriptor information.. */
173 /* Device descriptor */
252 struct usb_device_descriptor descriptor; member in struct:usb_device
    [all...]
  /external/mesa3d/src/mesa/main/
get_hash_generator.py 150 die("missing fields (%s) in param descriptor file (%s)" %
156 die("unknown API(s) in param descriptor file (%s): %s\n" %
215 die("missing descriptor file (-f)\n")
227 enabled_apis, get_hash_params.descriptor)
  /external/perf_data_converter/src/
Makefile 93 ifeq ($(wildcard ${PROTOBUF}/src/google/protobuf/descriptor.pb.h),)
  /external/proguard/src/proguard/
ConfigurationParser.java 939 String descriptor = ClassUtil.internalType(type); local
956 String descriptor = local
    [all...]
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.java 230 libraryMember.descriptor = getString(dataInput.readUnsignedShort());
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 38 import com.google.protobuf.Descriptors.Descriptor;
104 Descriptor messageType = TestAllTypes.getDescriptor();
152 Descriptor messageType = TestAllTypes.getDescriptor();
153 Descriptor nestedType = TestAllTypes.NestedMessage.getDescriptor();
196 Descriptor messageType = TestAllTypes.getDescriptor();
287 Descriptor d = TestAllTypes.getDescriptor();
365 // Get the descriptor indirectly from a dependent proto class. This is to
368 Descriptor descriptor = local
373 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1))
    [all...]

Completed in 1598 milliseconds

<<31323334353637383940>>