OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZoneList
(Results
1 - 25
of
168
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/v8/src/
hydrogen-environment-liveness.h
66
ZoneList
<BitVector*> live_at_block_start_;
67
ZoneList
<HSimulate*> first_simulate_;
68
ZoneList
<BitVector*> first_simulate_invalid_for_index_;
73
ZoneList
<HEnvironmentMarker*> markers_;
hydrogen-uint32-analysis.h
50
INLINE(void UnmarkPhi(HPhi* phi,
ZoneList
<HPhi*>* worklist));
53
ZoneList
<HPhi*> phis_;
prettyprinter.h
69
virtual void PrintStatements(
ZoneList
<Statement*>* statements);
71
virtual void PrintArguments(
ZoneList
<Expression*>* arguments);
74
void PrintDeclarations(
ZoneList
<Declaration*>* declarations);
100
void PrintStatements(
ZoneList
<Statement*>* statements);
101
void PrintDeclarations(
ZoneList
<Declaration*>* declarations);
103
void PrintArguments(
ZoneList
<Expression*>* arguments);
hydrogen-gvn.h
74
ZoneList
<GVNFlagSet> block_side_effects_;
77
ZoneList
<GVNFlagSet> loop_side_effects_;
hydrogen-dce.h
48
void MarkLive(HValue* instr,
ZoneList
<HValue*>* worklist);
hydrogen-infer-representation.h
48
ZoneList
<HValue*> worklist_;
hydrogen-redundant-phi.h
48
void ProcessPhis(const
ZoneList
<HPhi*>* phis);
safepoint-table.h
190
Safepoint(
ZoneList
<int>* indexes,
ZoneList
<int>* registers) :
192
ZoneList
<int>* indexes_;
193
ZoneList
<int>* registers_;
237
ZoneList
<DeoptimizationInfo> deoptimization_info_;
238
ZoneList
<unsigned> deopt_index_list_;
239
ZoneList
<
ZoneList
<int>*> indexes_;
240
ZoneList
<
ZoneList
<int>*> registers_
[
all
...]
hydrogen-infer-types.h
50
ZoneList
<HValue*> worklist_;
hydrogen-mark-deoptimize.h
54
// to allocate a new
ZoneList
for every ProcessPhi() invocation.
55
ZoneList
<HPhi*> worklist_;
hydrogen-osr.h
72
ZoneList
<HUnknownOSRValue*>* osr_values_;
func-name-inferrer.h
120
ZoneList
<int> entries_stack_;
121
ZoneList
<Name> names_stack_;
122
ZoneList
<FunctionLiteral*> funcs_to_infer_;
hydrogen-redundant-phi.cc
35
const
ZoneList
<HBasicBlock*>* blocks(graph()->blocks());
36
ZoneList
<HPhi*> all_phis(blocks->length(), zone());
63
void HRedundantPhiEliminationPhase::ProcessPhis(const
ZoneList
<HPhi*>* phis) {
hydrogen-range-analysis.h
53
ZoneList
<HValue*> changed_ranges_;
/external/v8/src/
prettyprinter.h
69
virtual void PrintStatements(
ZoneList
<Statement*>* statements);
71
virtual void PrintArguments(
ZoneList
<Expression*>* arguments);
74
void PrintDeclarations(
ZoneList
<Declaration*>* declarations);
98
void PrintStatements(
ZoneList
<Statement*>* statements);
99
void PrintDeclarations(
ZoneList
<Declaration*>* declarations);
101
void PrintArguments(
ZoneList
<Expression*>* arguments);
safepoint-table.h
190
Safepoint(
ZoneList
<int>* indexes,
ZoneList
<int>* registers) :
192
ZoneList
<int>* indexes_;
193
ZoneList
<int>* registers_;
236
ZoneList
<DeoptimizationInfo> deoptimization_info_;
237
ZoneList
<unsigned> deopt_index_list_;
238
ZoneList
<
ZoneList
<int>*> indexes_;
239
ZoneList
<
ZoneList
<int>*> registers_
[
all
...]
zone.h
185
class
ZoneList
: public List<T, ZoneListAllocationPolicy> {
190
// Construct a new
ZoneList
with the given capacity; the length is
192
explicit
ZoneList
(int capacity)
195
// Construct a new
ZoneList
by copying the elements of the given
ZoneList
.
196
explicit
ZoneList
(const
ZoneList
<T>& other)
func-name-inferrer.h
117
ZoneList
<int> entries_stack_;
118
ZoneList
<Name> names_stack_;
119
ZoneList
<FunctionLiteral*> funcs_to_infer_;
/external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.h
69
ZoneList
<LMoveOperands> moves_;
/external/v8/src/x64/
lithium-gap-resolver-x64.h
69
ZoneList
<LMoveOperands> moves_;
/external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.h
74
ZoneList
<LMoveOperands> moves_;
/external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h
74
ZoneList
<LMoveOperands> moves_;
/external/v8/src/arm/
lithium-gap-resolver-arm.h
74
ZoneList
<LMoveOperands> moves_;
/external/v8/src/mips/
lithium-gap-resolver-mips.h
74
ZoneList
<LMoveOperands> moves_;
/external/v8/src/ia32/
lithium-gap-resolver-ia32.h
97
ZoneList
<LMoveOperands> moves_;
Completed in 8227 milliseconds
1
2
3
4
5
6
7