/dalvik/vm/mterp/armv5te/ |
OP_MOVE_RESULT_WIDE.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_WIDE_16.S | 10 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_WIDE_FROM16.S | 10 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
binopLit16.S | 27 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
unop.S | 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_CLASS.S | 14 GET_INST_OPCODE(ip) @ extract opcode from rINST 33 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_CLASS_JUMBO.S | 16 GET_INST_OPCODE(ip) @ extract opcode from rINST 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_STRING.S | 14 GET_INST_OPCODE(ip) @ extract opcode from rINST 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_STRING_JUMBO.S | 16 GET_INST_OPCODE(ip) @ extract opcode from rINST 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_WIDE.S | 12 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_FILL_ARRAY_DATA.S | 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/dalvik/vm/mterp/armv6t2/ |
OP_ARRAY_LENGTH.S | 12 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_WIDE.S | 10 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
binopLit16.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
unop.S | 17 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
unopNarrower.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
unopWider.S | 17 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/external/llvm/lib/DebugInfo/ |
DWARFCompileUnit.h | 41 bool extract(DataExtractor debug_info, uint32_t* offset_ptr); 42 uint32_t extract(uint32_t offset, DataExtractor debug_info_data,
|
DWARFDebugAbbrev.cpp | 15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, function in class:DWARFAbbreviationDeclarationSet 22 while (abbrevDeclaration.extract(data, offset_ptr)) { 70 if (abbrevDeclSet.extract(data, &offset))
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
directoryfileset_unittest.py | 55 self._fileset.extract('some-file', '/test-directory') 60 self._fileset.extract('b/c', '/test-directory')
|
fileset.py | 50 self._fileset.extract(self._filename, path) 53 self._fileset.extract(self._filename, temp_dir)
|
zipfileset_unittest.py | 51 def extract(self, filename, path): member in class:FakeZip 83 self._zip.extract('some-file', '/some-dir') 88 self._zip.extract('a/b/some-other-file', '/some-dir')
|
/frameworks/compile/libbcc/include/bcinfo/ |
MetadataExtractor.h | 63 * Extract the actual metadata from the supplied bitcode. 67 bool extract();
|
/dalvik/vm/mterp/arm-vfp/ |
fbinop.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
fbinopWide.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
|