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

  /art/dexlayout/
dexlayout.cc 436 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); local
439 back_descriptor, name, type_descriptor.c_str(), width, index);
448 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); local
451 back_descriptor, name, type_descriptor, width, index);
469 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); local
471 method = StringPrintf("%s.%s:%s", back_descriptor, name, type_descriptor.c_str());
1072 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); local
1130 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); local
1234 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); local
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 488 void WriteLazyType(const char* type_descriptor) {
489 if (type_descriptor != nullptr && type_descriptor[0] != 'V') {
490 lazy_types_.emplace(std::string(type_descriptor), info_.size());
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 424 : open_paren param_list close_paren type_descriptor
513 : open_paren param_list_reference close_paren type_descriptor;
562 type_descriptor
705 : ( type_descriptor
1016 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
    [all...]
  /external/smali/smali/src/main/antlr/
smaliParser.g 585 : OPEN_PAREN param_list CLOSE_PAREN type_descriptor
586 -> ^(I_METHOD_PROTOTYPE[$start, "I_METHOD_PROTOTYPE"] ^(I_METHOD_RETURN_TYPE type_descriptor) param_list?);
598 type_descriptor
    [all...]
smaliTreeWalker.g 283 | type_descriptor { $encodedValue = new ImmutableTypeEncodedValue($type_descriptor.type); }
469 : ^(I_METHOD_PROTOTYPE ^(I_METHOD_RETURN_TYPE type_descriptor) method_type_list)
471 $returnType = $type_descriptor.type;
    [all...]
  /art/runtime/
dex_file_verifier.cc     [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 6423 public final String type_descriptor() throws RecognitionException { method in class:smaliTreeWalker
    [all...]
smaliParser.java 4218 public final smaliParser.type_descriptor_return type_descriptor() throws RecognitionException { method in class:smaliParser
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 711 milliseconds