HomeSort by relevance Sort by last modified time
    Searched refs:FunctionLiteral (Results 26 - 50 of 52) sorted by null

12 3

  /external/v8/src/full-codegen/
full-codegen.h 495 return FunctionLiteral::NeedsHomeObject(expr);
498 // Adds the [[HomeObject]] to |initializer| if it is a FunctionLiteral.
520 void SetFunctionPosition(FunctionLiteral* fun);
521 void SetReturnPosition(FunctionLiteral* fun);
571 FunctionLiteral* literal() const;
    [all...]
full-codegen.cc 649 void FullCodeGenerator::SetFunctionPosition(FunctionLiteral* fun) {
654 void FullCodeGenerator::SetReturnPosition(FunctionLiteral* fun) {
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.h 216 ZoneVector<std::pair<FunctionLiteral*, size_t>> function_literals_;
bytecode-generator.cc 516 FunctionLiteral* func) {
532 FunctionLiteral* func = declaration.func;
578 FeedbackSlot literal_slot, FunctionLiteral* func)
581 FunctionLiteral* func)
590 FunctionLiteral* func;
662 for (std::pair<FunctionLiteral*, size_t> literal : function_literals_) {
663 FunctionLiteral* expr = literal.first;
    [all...]
bytecode-array-builder.cc 22 int locals_count, FunctionLiteral* literal,
    [all...]
  /external/v8/src/parsing/
preparser.h 680 FunctionLiteral::ParameterFlag has_duplicate_parameters,
681 FunctionLiteral::FunctionType function_type,
682 FunctionLiteral::EagerCompileHint eager_compile_hint, int position,
840 typedef PreParserExpression FunctionLiteral;
    [all...]
preparser.cc 223 int function_token_pos, FunctionLiteral::FunctionType function_type,
rewriter.cc 365 FunctionLiteral* function = info->literal();
pattern-rewriter.cc 744 NOT_A_PATTERN(FunctionLiteral)
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 307 FunctionLiteral* literal, std::shared_ptr<Zone> parse_zone,
333 FunctionLiteral* literal, std::shared_ptr<Zone> parse_zone,
compiler-dispatcher-job.cc 90 Handle<SharedFunctionInfo> shared, FunctionLiteral* literal,
  /external/v8/src/ast/
prettyprinter.cc 29 Handle<String> CallPrinter::Print(FunctionLiteral* program, int position) {
182 void CallPrinter::VisitFunctionLiteral(FunctionLiteral* node) {
647 const char* AstPrinter::PrintProgram(FunctionLiteral* program) {
902 void AstPrinter::VisitFunctionLiteral(FunctionLiteral* node) {
    [all...]
ast-traversal-visitor.h 286 FunctionLiteral* expr) {
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 63 void ALAA::VisitFunctionLiteral(FunctionLiteral* leaf) {}
ast-graph-builder.cc     [all...]
  /external/v8/src/
compiler.cc 470 void SetSharedFunctionFlagsFromLiteral(FunctionLiteral* literal,
534 FunctionLiteral* literal = it->value();
581 ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>* literals) {
583 FunctionLiteral* literal = it->value();
    [all...]
factory.h 745 FunctionLiteral* literal, Handle<Script> script);
    [all...]
factory.cc     [all...]
objects.h     [all...]
  /external/v8/src/crankshaft/
typing.cc 20 FunctionLiteral* root, AstTypeBounds* bounds)
338 void AstTyper::VisitFunctionLiteral(FunctionLiteral* expr) {}
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 60 FunctionLiteral* literal, AsmTyper* typer)
152 FunctionLiteral* old_func = decl->fun();
182 FunctionLiteral* func = info->literal();
543 void VisitFunctionLiteral(FunctionLiteral* expr) {
    [all...]
asm-typer.cc 189 FunctionLiteral* root)
616 AsmType* AsmTyper::ValidateModuleBeforeFunctionsPhase(FunctionLiteral* fun) {
716 AsmType* AsmTyper::ValidateModuleFunctions(FunctionLiteral* fun) {
729 AsmType* AsmTyper::ValidateModuleAfterFunctionsPhase(FunctionLiteral* fun) {
    [all...]
  /external/v8/src/debug/
liveedit.cc     [all...]

Completed in 3731 milliseconds

12 3