HomeSort by relevance Sort by last modified time
    Searched refs:ZoneList (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 412 ZoneList<LEnvironment*> deoptimizations_;
413 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
414 ZoneList<Handle<Object> > deoptimization_literals_;
418 ZoneList<LDeferredCode*> deferred_;
full-codegen-ia32.cc 950 ZoneList<CaseClause*>* clauses = stmt->cases();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 396 ZoneList<LEnvironment*> deoptimizations_;
397 ZoneList<Deoptimizer::JumpTableEntry> deopt_jump_table_;
398 ZoneList<Handle<Object> > deoptimization_literals_;
402 ZoneList<LDeferredCode*> deferred_;
full-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/
typing.cc 79 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) {
153 ZoneList<CaseClause*>* clauses = stmt->cases();
177 ZoneList<Statement*>* stmts = clause->statements();
358 ZoneList<ObjectLiteral::Property*>* properties = expr->properties();
379 ZoneList<Expression*>* values = expr->values();
482 ZoneList<Expression*>* args = expr->arguments();
502 ZoneList<Expression*>* args = expr->arguments();
513 ZoneList<Expression*>* args = expr->arguments();
687 void AstTyper::VisitDeclarations(ZoneList<Declaration*>* decls) {
ast.cc 754 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
761 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) {
770 void AstVisitor::VisitExpressions(ZoneList<Expression*>* expressions) {
809 static Interval ListCaptureRegisters(ZoneList<RegExpTree*>* children) {
854 ZoneList<RegExpTree*>* nodes = this->nodes();
865 ZoneList<RegExpTree*>* nodes = this->nodes();
876 ZoneList<RegExpTree*>* alternatives = this->alternatives();
886 ZoneList<RegExpTree*>* alternatives = this->alternatives();
    [all...]
hydrogen-range-analysis.cc 60 ZoneList<Pending> stack(graph()->blocks()->length(), zone());
85 const ZoneList<HBasicBlock*>* dominated_blocks(block->dominated_blocks());
parser.cc 135 characters_ = new(zone()) ZoneList<uc16>(4, zone());
651 ZoneList<Statement*>* body = new(zone()) ZoneList<Statement*>(16, zone());
853 void* Parser::ParseSourceElements(ZoneList<Statement*>* processor,
    [all...]
prettyprinter.cc 201 ZoneList<CaseClause*>* cases = node->cases();
541 void PrettyPrinter::PrintStatements(ZoneList<Statement*>* statements) {
560 void PrettyPrinter::PrintArguments(ZoneList<Expression*>* arguments) {
618 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
729 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
750 void AstPrinter::PrintStatements(ZoneList<Statement*>* statements) {
757 void AstPrinter::PrintArguments(ZoneList<Expression*>* arguments) {
compiler.h 251 ZoneList<Handle<HeapObject> >* dependencies(
254 dependencies_[group] = new(zone_) ZoneList<Handle<HeapObject> >(2, zone_);
429 ZoneList<Handle<HeapObject> >* dependencies_[DependentCode::kGroupCount];
small-pointer-list.h 39 // single value. When more values are given it falls back to ZoneList.
166 typedef ZoneList<T*> PointerList;
full-codegen.h 405 void VisitDeclarations(ZoneList<Declaration*>* declarations);
413 void AllocateModules(ZoneList<Declaration*>* declarations);
836 ZoneList<Handle<Object> >* globals_;
840 ZoneList<BailoutEntry> bailout_entries_;
842 ZoneList<BackEdgeEntry> back_edges_;
843 ZoneList<TypeFeedbackCellEntry> type_feedback_cells_;
    [all...]
type-info.cc 489 ZoneList<RelocInfo> infos(16, zone());
501 ZoneList<RelocInfo>* infos) {
510 ZoneList<RelocInfo>* infos) {
524 void TypeFeedbackOracle::RelocateRelocInfos(ZoneList<RelocInfo>* infos,
534 void TypeFeedbackOracle::ProcessRelocInfos(ZoneList<RelocInfo>* infos) {
  /external/v8/src/arm/
full-codegen-arm.cc 908 ZoneList<CaseClause*>* clauses = stmt->cases();
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 876 ZoneList<CaseClause*>* clauses = stmt->cases();
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 918 ZoneList<CaseClause*>* clauses = stmt->cases();
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 817 ZoneList<CaseClause*>* clauses = stmt->cases();
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 472 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 478 ZoneList<CharacterRange>* ranges =
479 new(&zone) ZoneList<CharacterRange>(2, &zone);
    [all...]
  /external/v8/src/
prettyprinter.cc 192 ZoneList<CaseClause*>* cases = node->cases();
502 void PrettyPrinter::PrintStatements(ZoneList<Statement*>* statements) {
521 void PrettyPrinter::PrintArguments(ZoneList<Expression*>* arguments) {
579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
734 void AstPrinter::PrintStatements(ZoneList<Statement*>* statements) {
741 void AstPrinter::PrintArguments(ZoneList<Expression*>* arguments) {
parser.cc 132 characters_ = new(zone()) ZoneList<uc16>(4);
620 ZoneList<Statement*>* body = new(zone()) ZoneList<Statement*>(16);
    [all...]
full-codegen.h 379 void VisitDeclarations(ZoneList<Declaration*>* declarations);
795 ZoneList<BailoutEntry> bailout_entries_;
796 ZoneList<BailoutEntry> stack_checks_;
797 ZoneList<TypeFeedbackCellEntry> type_feedback_cells_;
small-pointer-list.h 39 // single value. When more values are given it falls back to ZoneList.
160 typedef ZoneList<T*> PointerList;
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 781 milliseconds

1 2 34 5 6 7