MCPcopy Create free account
hub / github.com/ServenScorpion/VirtualApp / cast

Method cast

xposedcompat/src/main/java/com/android/dx/Code.java:759–768  ·  view source on GitHub ↗

Performs either a numeric cast or a type cast. Numeric Casts Converts a primitive to a different representation. Numeric casts may be lossy. For example, converting the double 1.8d to an integer yields 1, losing the fractional part. Converting the integer 0x12345678

(Local<?> target, Local<?> source)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

generateHookMethodMethod · 0.95
generateHookMethodMethod · 0.95
guessMethod · 0.45
autoUnboxIfNecessaryMethod · 0.45

Calls 5

addInstructionMethod · 0.95
moveResultMethod · 0.95
getCastRopMethod · 0.95
getTypeMethod · 0.45
specMethod · 0.45

Tested by

no test coverage detected