HomeSort by relevance Sort by last modified time
    Searched refs:ZoneVector (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/v8/src/compiler/
jump-threading.h 20 static bool ComputeForwarding(Zone* local_zone, ZoneVector<RpoNumber>& result,
25 static void ApplyForwarding(ZoneVector<RpoNumber>& forwarding,
move-optimizer.h 21 typedef ZoneVector<MoveOperands*> MoveOpVector;
22 typedef ZoneVector<Instruction*> Instructions;
loop-analysis.h 39 const ZoneVector<Loop*>& children() const { return children_; }
58 ZoneVector<Loop*> children_;
81 const ZoneVector<Loop*>& outer_loops() const { return outer_loops_; }
141 ZoneVector<Loop*> outer_loops_;
142 ZoneVector<Loop> all_loops_;
143 ZoneVector<int> node_to_loop_num_;
144 ZoneVector<Node*> loop_nodes_;
node-aux-data.h 41 ZoneVector<T> aux_data_;
54 const_iterator(const ZoneVector<T>* data, size_t current)
75 const ZoneVector<T>* data_;
register-allocator.h 462 ZoneVector<LiveRange*>& ranges() { return ranges_; }
463 const ZoneVector<LiveRange*>& ranges() const { return ranges_; }
469 ZoneVector<LiveRange*> ranges_;
694 const ZoneVector<TopLevelLiveRange*>& live_ranges() const {
697 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; }
708 ZoneVector<TopLevelLiveRange*> live_ranges_;
742 ZoneVector<InstructionOperand*> incoming_operands_;
751 typedef ZoneVector<DelayedReference> DelayedReferences;
752 typedef ZoneVector<std::pair<TopLevelLiveRange*, int>>
760 const ZoneVector<TopLevelLiveRange*>& live_ranges() const
    [all...]
node-cache.h 17 class ZoneVector;
47 void GetCachedNodes(ZoneVector<Node*>* nodes);
common-node-cache.cc 24 void CommonNodeCache::GetCachedNodes(ZoneVector<Node*>* nodes) {
escape-analysis.h 76 ZoneVector<VirtualState*> virtual_states_;
77 ZoneVector<Node*> replacements_;
instruction-scheduler.h 198 ZoneVector<ScheduleGraphNode*> graph_;
206 ZoneVector<ScheduleGraphNode*> pending_loads_;
ast-loop-assignment-analyzer.h 38 ZoneVector<std::pair<IterationStatement*, BitVector*>> list_;
common-node-cache.h 66 void GetCachedNodes(ZoneVector<Node*>* nodes);
  /external/v8/test/cctest/
expression-type-collector.h 30 ZoneVector<ExpressionTypeEntry>* dst);
38 ZoneVector<ExpressionTypeEntry>* result_;
  /external/v8/src/interpreter/
control-flow-builders.h 53 void EmitJump(ZoneVector<BytecodeLabel>* labels);
54 void EmitJump(ZoneVector<BytecodeLabel>* labels, int index);
55 void EmitJumpIfTrue(ZoneVector<BytecodeLabel>* labels);
56 void EmitJumpIfTrue(ZoneVector<BytecodeLabel>* labels, int index);
57 void EmitJumpIfFalse(ZoneVector<BytecodeLabel>* labels);
58 void EmitJumpIfFalse(ZoneVector<BytecodeLabel>* labels, int index);
59 void EmitJumpIfUndefined(ZoneVector<BytecodeLabel>* labels);
60 void EmitJumpIfNull(ZoneVector<BytecodeLabel>* labels);
62 void BindLabels(const BytecodeLabel& target, ZoneVector<BytecodeLabel>* site);
65 ZoneVector<BytecodeLabel> break_sites_
    [all...]
control-flow-builders.cc 22 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites) {
29 ZoneVector<BytecodeLabel>* sites) {
36 ZoneVector<BytecodeLabel>* sites) {
43 ZoneVector<BytecodeLabel>* sites) {
50 ZoneVector<BytecodeLabel>* sites) {
56 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites,
63 ZoneVector<BytecodeLabel>* sites, int index) {
69 ZoneVector<BytecodeLabel>* sites, int index) {
75 ZoneVector<BytecodeLabel>* sites) {
93 void LoopBuilder::LoopHeader(ZoneVector<BytecodeLabel>* additional_labels)
    [all...]
handler-table-builder.h 52 ZoneVector<Entry> entries_;
bytecode-array-writer.h 56 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; }
66 ZoneVector<uint8_t> bytecodes_;
source-position-table.h 57 ZoneVector<byte> bytes_;
59 ZoneVector<PositionTableEntry> raw_entries_;
  /external/v8/src/wasm/
switch-logic.h 26 CaseNode* OrderCases(ZoneVector<int>* cases, Zone* zone);
switch-logic.cc 12 CaseNode* CreateBst(ZoneVector<CaseNode*>* nodes, size_t begin, size_t end) {
29 CaseNode* OrderCases(ZoneVector<int>* cases, Zone* zone) {
36 ZoneVector<size_t> table_breaks(zone);
43 ZoneVector<CaseNode*> nodes(zone);
encoder.h 157 ZoneVector<uint8_t> body_;
158 ZoneVector<char> name_;
169 ZoneVector<byte> data_;
205 ZoneVector<FunctionSig*> signatures_;
206 ZoneVector<WasmFunctionImport> imports_;
207 ZoneVector<WasmFunctionBuilder*> functions_;
208 ZoneVector<WasmDataSegmentEncoder*> data_segments_;
209 ZoneVector<uint32_t> indirect_functions_;
210 ZoneVector<std::pair<MachineType, bool>> globals_;
asm-types.h 109 const ZoneVector<AsmType*>& args) = 0;
129 const ZoneVector<AsmType*> Arguments() const { return args_; }
144 const ZoneVector<AsmType*>& args) override;
147 ZoneVector<AsmType*> args_;
167 const ZoneVector<AsmType*>& args) override;
169 ZoneVector<AsmType*> overloads_;
180 const ZoneVector<AsmType*>& args) override;
197 const ZoneVector<AsmType*>& args) override;
asm-types.cc 175 const ZoneVector<AsmType*>& args) override;
185 const ZoneVector<AsmType*>& args) {
214 const ZoneVector<AsmType*>& args) override {
242 const ZoneVector<AsmType*>& args) {
253 const ZoneVector<AsmType*>& args) {
285 AsmType* return_type, const ZoneVector<AsmType*>& args) {
313 const ZoneVector<AsmType*>& args) {
  /external/v8/src/
zone-containers.h 24 class ZoneVector : public std::vector<T, zone_allocator<T>> {
27 explicit ZoneVector(Zone* zone)
32 ZoneVector(size_t size, Zone* zone)
37 ZoneVector(size_t size, T def, Zone* zone)
56 // own home-grown ZoneList that actually is a ZoneVector.
70 : public std::priority_queue<T, ZoneVector<T>, Compare> {
74 : std::priority_queue<T, ZoneVector<T>, Compare>(Compare(),
75 ZoneVector<T>(zone)) {}
127 typedef ZoneVector<bool> BoolVector;
128 typedef ZoneVector<int> IntVector
    [all...]
  /external/v8/test/unittests/wasm/
switch-logic-unittest.cc 19 ZoneVector<int> values(zone());
33 ZoneVector<int> values(zone());
54 ZoneVector<int> values(zone());
73 ZoneVector<int> values(zone());
82 ZoneVector<int> values(zone());
  /external/v8/src/regexp/
regexp-parser.h 226 const ZoneVector<uc16>* capture_name, bool ignore_case,
249 const ZoneVector<uc16>* capture_name() { return capture_name_; }
256 bool IsInsideCaptureGroup(const ZoneVector<uc16>* name);
270 const ZoneVector<uc16>* capture_name_;
279 bool CreateNamedCaptureAtIndex(const ZoneVector<uc16>* name, int index);
283 const ZoneVector<uc16>* ParseCaptureGroupName();

Completed in 884 milliseconds

1 2 3 4 5