Home
last modified time | relevance | path

Searched refs:struct (Results 1 – 13 of 13) sorted by relevance

/art/test/924-threads/src/art/
DTest924.java145 nativeLoop(w.struct); in doStateTests()
462 public long struct; field in Test924.NativeWaiter
464 struct = nativeWaiterStructAlloc(); in NativeWaiter()
467 if (struct == 0l) { in waitForNative()
470 nativeWaiterStructWaitForNative(struct); in waitForNative()
473 if (struct == 0l) { in finish()
476 nativeWaiterStructFinish(struct); in finish()
477 struct = 0; in finish()
482 private static native void nativeWaiterStructWaitForNative(long struct); in nativeWaiterStructWaitForNative() argument
483 private static native void nativeWaiterStructFinish(long struct); in nativeWaiterStructFinish() argument
/art/tools/ahat/etc/
Dhprofdump.py20 import struct
27 return struct.unpack('!B', hprof.read(1))[0]
30 return struct.unpack('!H', hprof.read(2))[0]
33 return struct.unpack('!I', hprof.read(4))[0]
36 return struct.unpack('!Q', hprof.read(8))[0]
/art/tools/checker/file_format/c1visualizer/
Dtest.py20 from file_format.c1visualizer.struct import C1visualizerFile, C1visualizerPass
Dparser.py17 from file_format.c1visualizer.struct import C1visualizerFile, C1visualizerPass
/art/tools/checker/match/
Dtest.py18 from file_format.c1visualizer.struct import C1visualizerFile, C1visualizerPass
20 from file_format.checker.struct import CheckerFile, TestCase, TestStatement
Dline.py16 from file_format.checker.struct import TestExpression, TestStatement
Dfile.py18 from file_format.c1visualizer.struct import C1visualizerFile, C1visualizerPass
19 from file_format.checker.struct import CheckerFile, TestCase, TestStatement
/art/tools/jvmti-agents/enable-vlog/
DREADME.md81 the LogVerbosity struct definition and the parser for a up-to-date list.
/art/cmdline/
DREADME.md18 into any struct of any field.
27 struct FruitVariantMap : VariantMap {
190 struct CmdlineType<double> : CmdlineTypeParser<double> {
218 struct CmdlineType<std::vector<std::string>> : CmdlineTypeParser<std::vector<std::string>> {
/art/tools/jvmti-agents/ti-fast/
DREADME.md31 struct.
/art/tools/checker/file_format/checker/
Dparser.py18 from file_format.checker.struct import CheckerFile, TestCase, TestStatement, TestExpression
Dtest.py20 from file_format.checker.struct import CheckerFile, TestCase, TestStatement, TestExpression
/art/runtime/interpreter/mterp/
DREADME.txt46 values, structure sizes, and struct member offsets. The format is fairly