OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_descriptor
(Results
1 - 14
of
14
) sorted by null
/art/runtime/lambda/
closure.cc
51
inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char*
type_descriptor
,
53
DCHECK(
type_descriptor
!= nullptr);
62
while ((
type_descriptor
=
63
ShortyFieldType::ParseFromFieldTypeDescriptor(
type_descriptor
, &last_type)) != nullptr) {
closure.h
123
inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char*
type_descriptor
,
shorty_field_type_test.cc
96
static std::vector<ShortyFieldType> ParseLongTypeDescriptorsToList(const char*
type_descriptor
) {
101
const char* parsed =
type_descriptor
;
/art/compiler/debug/
elf_debug_info_writer.h
487
void WriteLazyType(const char*
type_descriptor
) {
488
if (
type_descriptor
!= nullptr &&
type_descriptor
[0] != 'V') {
489
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/
smaliTreeWalker.g
282
|
type_descriptor
{ $encodedValue = new ImmutableTypeEncodedValue($
type_descriptor
.type); }
468
: ^(I_METHOD_PROTOTYPE ^(I_METHOD_RETURN_TYPE
type_descriptor
) method_type_list)
470
$returnType = $
type_descriptor
.type;
[
all
...]
smaliParser.g
591
: OPEN_PAREN param_list CLOSE_PAREN
type_descriptor
592
-> ^(I_METHOD_PROTOTYPE[$start, "I_METHOD_PROTOTYPE"] ^(I_METHOD_RETURN_TYPE
type_descriptor
) param_list?);
604
type_descriptor
[
all
...]
/art/runtime/
dex_file_verifier.cc
[
all
...]
/external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java
6401
public final String
type_descriptor
() throws RecognitionException {
method in class:smaliTreeWalker
[
all
...]
smaliParser.java
4294
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 111 milliseconds