OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ManyFields
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
global-init.c
21
struct
ManyFields
{
30
// CHECK: global %struct.
ManyFields
{ i32 1, i32 2, i32 0, i8 0, i32 0, i32 0 }
31
struct
ManyFields
FewInits = {1, 2};
/art/test/160-read-barrier-stress/src/
Main.java
20
Object f0000 =
manyFields
.testField0000;
21
Object f1024 =
manyFields
.testField1024;
22
Object f4444 =
manyFields
.testField4444;
23
Object f4999 =
manyFields
.testField4999;
48
// Continually check reads from `
manyFields
` and `largeArray` while allocating
53
ManyFields
mf =
manyFields
; // Load the volatile `
manyFields
` once on each iteration.
97
public static volatile
ManyFields
manyFields
= new ManyFields()
[
all
...]
Completed in 109 milliseconds