/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 246 def DecodeField(buffer, pos, end, message, field_dict): function 252 return DecodeField 429 def DecodeField(buffer, pos, end, message, field_dict): function 444 return DecodeField 515 def DecodeField(buffer, pos, end, message, field_dict): function 522 return DecodeField 552 def DecodeField(buffer, pos, end, message, field_dict): function 559 return DecodeField 595 def DecodeField(buffer, pos, end, message, field_dict): function 606 return DecodeField [all …]
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | decoder.py | 229 def DecodeField(buffer, pos, end, message, field_dict): function 235 return DecodeField 405 def DecodeField(buffer, pos, end, message, field_dict): function 412 return DecodeField 442 def DecodeField(buffer, pos, end, message, field_dict): function 449 return DecodeField 485 def DecodeField(buffer, pos, end, message, field_dict): function 496 return DecodeField 534 def DecodeField(buffer, pos, end, message, field_dict): function 549 return DecodeField
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1372 void DecodeField(Register dst, Register src) { in DecodeField() function 1377 void DecodeField(Register reg) { in DecodeField() function 1378 DecodeField<Field>(reg, reg); in DecodeField() 1400 DecodeField<Field>(reg, reg); in DecodeFieldToSmi()
|
D | builtins-arm.cc | 375 __ DecodeField<Map::ConstructionCount>(r3, r4); in Generate_JSConstructStubHelper() 434 __ DecodeField<Map::ConstructionCount>(ip); in Generate_JSConstructStubHelper()
|
D | macro-assembler-arm.cc | 3867 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 3986 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
D | code-stubs-arm.cc | 4515 __ DecodeField<Map::ElementsKindBits>(r3); in Generate()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1521 void DecodeField(Register dst, Register src) { in DecodeField() function 1526 void DecodeField(Register reg) { in DecodeField() function 1527 DecodeField<Field>(reg, reg); in DecodeField() 1549 DecodeField<Field>(reg, reg); in DecodeFieldToSmi()
|
D | builtins-mips.cc | 387 __ DecodeField<Map::ConstructionCount>(t2, t0); in Generate_JSConstructStubHelper()
|
D | macro-assembler-mips.cc | 5827 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 5988 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
D | code-stubs-mips.cc | 4735 __ DecodeField<Map::ElementsKindBits>(a3); in Generate()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1592 void DecodeField(Register dst, Register src) { in DecodeField() function 1597 void DecodeField(Register reg) { in DecodeField() function 1598 DecodeField<Field>(reg, reg); in DecodeField() 1612 DecodeField<Field>(reg, reg); in DecodeFieldToSmi()
|
D | builtins-mips64.cc | 387 __ DecodeField<Map::ConstructionCount>(a6, a4); in Generate_JSConstructStubHelper()
|
D | macro-assembler-mips64.cc | 5812 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 5973 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
D | code-stubs-mips64.cc | 4773 __ DecodeField<Map::ElementsKindBits>(a3); in Generate()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 886 void DecodeField(Register dst, Register src) { in DecodeField() function 893 void DecodeField(Register reg) { in DecodeField() function 894 DecodeField<Field>(reg, reg); in DecodeField()
|
D | macro-assembler-arm64.cc | 1439 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 3814 DecodeField<Map::ElementsKindBits>(result); in LoadElementsKindFromMap() 4022 DecodeField<String::ArrayIndexValueBits>(index, hash); in IndexFromHash() 4666 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
D | builtins-arm64.cc | 370 __ DecodeField<Map::ConstructionCount>(constructon_count, x4); in Generate_JSConstructStubHelper()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 518 void DecodeField(Register reg) { in DecodeField() function
|
D | macro-assembler-ia32.cc | 2785 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 3374 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 490 void DecodeField(Register reg) { in DecodeField() function
|
D | macro-assembler-x87.cc | 2755 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 3334 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
D | code-stubs-x87.cc | 4186 __ DecodeField<Map::ElementsKindBits>(ecx); in Generate()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1045 void DecodeField(Register reg) { in DecodeField() function
|
D | macro-assembler-x64.cc | 3555 DecodeField<Map::NumberOfOwnDescriptorsBits>(dst); in NumberOfOwnDescriptors() 5316 DecodeField<Map::ElementsKindBits>(scratch1); in JumpIfDictionaryInPrototypeChain()
|
D | code-stubs-x64.cc | 4472 __ DecodeField<Map::ElementsKindBits>(rcx); in Generate()
|