OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedSignature
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/analysis/
DexVerify.cpp
608
u2
expectedSignature
;
643
expectedSignature
= kPackedSwitchSignature;
648
expectedSignature
= kSparseSwitchSignature;
652
if (switchInsns[0] !=
expectedSignature
) {
654
switchInsns[0],
expectedSignature
);
[
all
...]
/dalvik/vm/
CheckJni.cpp
240
void checkFieldTypeForGet(jfieldID fid, const char*
expectedSignature
, bool isStatic) {
250
if (*
expectedSignature
== 'L') {
256
} else if (*actualSignature != *
expectedSignature
) {
271
mFunctionName, field->name,
expectedSignature
, actualSignature);
[
all
...]
Completed in 299 milliseconds