/external/v8/src/ |
type-info.cc | 594 ZoneList<RelocInfo> infos(16); 606 ZoneList<RelocInfo>* infos) { 615 ZoneList<RelocInfo>* infos) { 629 void TypeFeedbackOracle::RelocateRelocInfos(ZoneList<RelocInfo>* infos, 639 void TypeFeedbackOracle::ProcessRelocInfos(ZoneList<RelocInfo>* infos) {
|
lithium-allocator.cc | 577 const ZoneList<HPhi*>* phis = successor->phis(); 751 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); 905 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); [all...] |
scopeinfo.cc | 43 ZoneList<Variable*> stack_locals(scope->StackLocalCount()); 44 ZoneList<Variable*> context_locals(scope->ContextLocalCount());
|
hydrogen.cc | 478 ZoneList<HBasicBlock*> stack_; 749 ZoneList<HBasicBlock*> reverse_result(8); 765 ZoneList<HBasicBlock*>* order, 781 ZoneList<HBasicBlock*>* order, 845 ZoneList<HPhi*> worklist(blocks_.length()); 877 ZoneList<HPhi*> phi_list(blocks_.length()); 878 ZoneList<HPhi*> worklist(blocks_.length()); 947 phi_list_ = new ZoneList<HPhi*>(block_count); 957 void HGraph::InferTypes(ZoneList<HValue*>* worklist) { 998 ZoneList<HValue*> changed_ranges_ [all...] |
liveedit.cc | 859 ZoneList<Variable*> stack_list(outer_scope->StackLocalCount()); 860 ZoneList<Variable*> context_list(outer_scope->ContextLocalCount()); 976 ZoneList<Object**> rvalues_; 977 ZoneList<RelocInfo> reloc_infos_; 978 ZoneList<Address> code_entries_; [all...] |
/external/chromium_org/v8/src/ |
hydrogen-load-elimination.cc | 409 ZoneList<HFieldApproximation*> fields_; 485 ZoneList<HStoreNamedField*> stores_;
|
lithium-allocator.cc | 590 const ZoneList<HPhi*>* phis = successor->phis(); 768 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); 931 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); [all...] |
full-codegen.cc | 601 void FullCodeGenerator::AllocateModules(ZoneList<Declaration*>* declarations) { 698 ZoneList<Declaration*>* declarations) { 701 ZoneList<Handle<Object> >* saved_globals = globals_; 702 ZoneList<Handle<Object> > inner_globals(10, zone()); 931 ZoneList<Expression*>* args = expr->arguments(); 938 ZoneList<Expression*>* args = expr->arguments(); [all...] |
gdb-jit.cc | 624 ZoneList<MachOSection*> sections_; 747 ZoneList<ELFSection*> sections_; 907 void WriteSymbolsList(const ZoneList<ELFSymbol>* src, 917 ZoneList<ELFSymbol> locals_; 918 ZoneList<ELFSymbol> globals_; 1179 ZoneList<Variable*> stack_locals(locals, scope->zone()); 1180 ZoneList<Variable*> context_locals(context_slots, scope->zone()); [all...] |
json-parser.h | 327 ZoneList<Handle<Object> > properties(8, zone()); 472 ZoneList<Handle<Object> > elements(4, zone());
|
scopeinfo.cc | 41 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); 42 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
|
hydrogen-bch.cc | 390 ZoneList<Element> elements_;
|
scopes.cc | 592 void Scope::CollectStackAndContextLocals(ZoneList<Variable*>* stack_locals, 593 ZoneList<Variable*>* context_locals) { 622 ZoneList<VarAndOrder> vars(variables_.occupancy(), zone()); [all...] |
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.h | 276 ZoneList<int> code_relative_fixup_positions_;
|
lithium-gap-resolver-x64.cc | 74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
lithium-arm.h | [all...] |
/external/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
lithium-mips.h | [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 262 ZoneList<int> code_relative_fixup_positions_;
|
lithium-x64.h | [all...] |
lithium-gap-resolver-x64.cc | 74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/ia32/ |
lithium-ia32.h | [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/chromium_org/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|