OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codePtr
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/
Frontend.cpp
24
static inline bool contentIsInsn(const u2 *
codePtr
) {
25
u2 instr = *
codePtr
;
38
static inline int parseInsn(const u2 *
codePtr
, DecodedInstruction *decInsn,
42
if (!contentIsInsn(
codePtr
)) {
46
u2 instr = *
codePtr
;
49
dexDecodeInstruction(
codePtr
, decInsn);
52
LOGD("%p: %#06x %s",
codePtr
, opcode, decodedString);
281
const u2 *
codePtr
= dexCode->insns;
334
while (
codePtr
< codeEnd) {
336
int width = parseInsn(
codePtr
, &dalvikInsn, false)
[
all
...]
/external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp
[
all
...]
Completed in 157 milliseconds