MCPcopy Create free account
hub / github.com/Gyoonus/deoptfuscator / CreateArrayClass

Method CreateArrayClass

android/art/runtime/class_linker.cc:3654–3802  ·  view source on GitHub ↗

Create an array class (i.e. the class object for the array, not the array itself). "descriptor" looks like "[C" or "[[[[B" or "[Ljava/lang/String;". If "descriptor" refers to an array of primitives, look up the primitive type's internally-generated class object. "class_loader" is the class loader of the class that's referring to us. It's used to ensure that we're looking for the element type i

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

FindClassFunction · 0.85
ComputeModifiedUtf8HashFunction · 0.85
CurrentClass · 0.85
NewHandleMethod · 0.80
IsExceptionPendingMethod · 0.80
GetComponentTypeMethod · 0.80
SetSuperClassMethod · 0.80
SetVTableMethod · 0.80
GetVTableMethod · 0.80
SetClassLoaderMethod · 0.80

Tested by

no test coverage detected