MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetTargets

Method GetTargets

Bcore/src/main/cpp/dex/dex_instruction.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 const int32_t* GetTargets() const {
66 return keys_and_targets + case_count;
67 }
68
69 private:
70 DISALLOW_COPY_AND_ASSIGN(SparseSwitchPayload);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected