OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:producers
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/tests/
circular_buffer.c
184
pthread_t
producers
[THREADS];
local
210
pthread_create(
producers
+ i, NULL,
220
pthread_join(
producers
[i], NULL);
/art/compiler/sea_ir/ir/
sea.h
110
std::vector<InstructionNode*>
producers
;
local
113
producers
.insert(
producers
.end(), (*cit)->begin(), (*cit)->end());
115
return
producers
;
/external/proguard/src/proguard/preverify/
CodePreverifier.java
426
InstructionOffsetValue
producers
= producerValue.instructionOffsetValue();
local
427
if (
producers
.instructionOffsetCount() == 1)
429
int producerOffset =
producers
.instructionOffset(0);
435
producers
= partialEvaluator.getStackBefore(producerOffset).getTopProducerValue(0).instructionOffsetValue();
436
producerOffset =
producers
.instructionOffset(0);
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 286 milliseconds