OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionCount
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
Debug_InstructionCountTest.java
27
Debug.
InstructionCount
instructionCount
= new Debug.
InstructionCount
();
29
assertFalse(
instructionCount
.resetAndStart());
30
assertFalse(
instructionCount
.collect());
31
assertEquals(0,
instructionCount
.globalTotal());
32
assertEquals(0,
instructionCount
.globalMethodInvocations());
/external/llvm/unittests/IR/
PassManagerTest.cpp
25
Result(int Count) :
InstructionCount
(Count) {}
26
int
InstructionCount
;
135
AnalyzedInstrCount += AR->
InstructionCount
;
139
AnalyzedInstrCount += AR.
InstructionCount
;
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
75
unsigned
InstructionCount
;
ValueEnumerator.cpp
127
InstructionMap[I] =
InstructionCount
++;
445
InstructionCount
= 0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl
108
UINT
InstructionCount
;
d3d10shader.idl
141
UINT
InstructionCount
;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl
108
UINT
InstructionCount
;
d3d10shader.idl
141
UINT
InstructionCount
;
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 415 milliseconds