OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_VFY_METH
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/analysis/
VerifySubs.h
51
#define
LOG_VFY_METH
(_meth, ...) dvmLogVerifyFailure(_meth, __VA_ARGS__)
DexVerify.cpp
97
LOG_VFY_METH
(meth, "VFY: invalid instruction (0x%04x)", *insns);
100
LOG_VFY_METH
(meth,
115
LOG_VFY_METH
(meth, "VFY: code did not end where expected (%d vs. %d)",
158
LOG_VFY_METH
(meth,
165
LOG_VFY_METH
(meth,
196
LOG_VFY_METH
(meth,
263
LOG_VFY_METH
(meth,
276
LOG_VFY_METH
(meth, "VFY: bad register counts (ins=%d regs=%d)",
729
LOG_VFY_METH
(meth, "VFY: branch offset of zero not allowed at %#x",
740
LOG_VFY_METH
(meth, "VFY: branch target overflow %#x +%d"
[
all
...]
Liveness.cpp
103
LOG_VFY_METH
(vdata->method, "oh dear");
252
LOG_VFY_METH
(vdata->method,
257
LOG_VFY_METH
(vdata->method,
CodeVerify.cpp
938
//
LOG_VFY_METH
(meth, "VFY: bad sig");
[
all
...]
Completed in 146 milliseconds