/dalvik/vm/mterp/mips/ |
OP_CONST.S | 9 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_CONST_WIDE_16.S | 8 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_CONST_WIDE_32.S | 11 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_CONST_WIDE_HIGH16.S | 9 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_GOTO.S | 22 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_GOTO_16.S | 20 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MONITOR_ENTER.S | 15 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MOVE_EXCEPTION.S | 8 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MOVE_RESULT_WIDE.S | 8 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MOVE_WIDE.S | 10 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MOVE_WIDE_16.S | 10 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MOVE_WIDE_FROM16.S | 10 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binop.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binop2addr.S | 27 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binopLit16.S | 27 GET_INST_OPCODE(t0) # extract opcode from rINST
|
unflop.S | 30 GET_INST_OPCODE(t1) # extract opcode from rINST
|
unopWide.S | 18 GET_INST_OPCODE(t0) # extract opcode from rINST
|
unopWider.S | 17 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
fileset.py | 48 self._fileset.extract(self._filename, path) 51 self._fileset.extract(self._filename, temp_dir)
|
zipfileset_unittest.py | 50 def extract(self, filename, path): member in class:FakeZip 82 self._zip.extract('some-file', '/some-dir') 87 self._zip.extract('a/b/some-other-file', '/some-dir')
|
/external/llvm/lib/DebugInfo/ |
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))
|
/dalvik/vm/mterp/armv5te/ |
OP_CONST_CLASS.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_STRING.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST 33 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_STRING_JUMBO.S | 17 GET_INST_OPCODE(ip) @ extract opcode from rINST 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/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 object outside its lifetime is not allowed in a constant expression}} function
|