MCPcopy Create free account
hub / github.com/cglib/cglib / process_array

Method process_array

cglib/src/main/java/net/sf/cglib/core/EmitUtils.java:103–126  ·  view source on GitHub ↗

Process an array on the stack. Assumes the top item on the stack is an array of the specified type. For each element in the array, puts the element on the stack and triggers the callback. @param type the type of the array (type.isArray() must be true) @param callback the callback triggered for each

(CodeEmitter e, Type type, ProcessArrayCallback callback)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

hash_arrayMethod · 0.95
append_string_helperMethod · 0.95
emitProxyMethod · 0.95

Calls 13

getComponentTypeMethod · 0.95
make_localMethod · 0.80
make_labelMethod · 0.80
store_localMethod · 0.80
pushMethod · 0.80
goToMethod · 0.80
markMethod · 0.80
load_localMethod · 0.80
array_loadMethod · 0.80
iincMethod · 0.80
arraylengthMethod · 0.80
if_icmpMethod · 0.80

Tested by

no test coverage detected