OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opcode_ptr
(Results
1 - 1
of
1
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
dec_base.cpp
375
char *
opcode_ptr
= const_cast<char *>(odesc.opcode);
local
391
if (opcode_len > 0 &&
opcode_ptr
[0] == 0x48)
399
opcode_ptr
++;
416
if (memcmp(*pbuf,
opcode_ptr
, opcode_len)) {
Completed in 603 milliseconds