Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DSockDiag.cpp416 struct bytecode { in destroySocketsLackingPermission() struct
420 } __attribute__((packed)) bytecode; in destroySocketsLackingPermission() local
427 constexpr uint8_t bytecodelen = sizeof(bytecode); in destroySocketsLackingPermission()
429 bytecode = (struct bytecode) { in destroySocketsLackingPermission()
458 { &bytecode, bytecodelen }, in destroySocketsLackingPermission()
/system/extras/ioshark/
DREADME9 device) is the tester that takes as input the bytecode files (*.wl
16 the host where the script runs, compiles and packages up the bytecode
/system/extras/simpleperf/scripts/
Dapp_profiler.config26 # fully compile dalvik bytecode into native instructions.
31 # To profile java code, we need to compile dalvik bytecode into native binaries
/system/extras/simpleperf/
DREADME.md473 it can compile Java bytecode into native instructions with debug information.
475 bytecode with debug information. However, on devices with Android version >= N,
545 We need to compile Java bytecode into native instructions to profile Java code