/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_ENTER.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_EXCEPTION.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
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_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
|
/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')
|
/build/core/combo/ |
HOST_darwin-x86.mk | 73 define _darwin-extract-and-include-single-whole-static-lib 83 define darwin-extract-and-include-whole-static-libs 86 $(call _darwin-extract-and-include-single-whole-static-lib, $(lib))) 90 $(call darwin-extract-and-include-whole-static-libs)
|
/external/clang/test/SemaCXX/ |
constexpr-printing.cpp | 4 constexpr int extract(const S &s); 7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}} 8 constexpr S(int k) : n(k), m(extract(*this)) {} 12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of uninitialized object is not allowed in a constant expression}} function
|
/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
|