Home
last modified time | relevance | path

Searched refs:is_jsruntime (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dast-numbering.cc275 if (node->is_jsruntime() && in VisitCallRuntime()
Dast.h2032 bool is_jsruntime() const { return function_ == NULL; } in is_jsruntime() function
2035 DCHECK(is_jsruntime()); in context_index()
2039 DCHECK(is_jsruntime()); in set_context_index()
2043 DCHECK(!is_jsruntime()); in function()
2051 return is_jsruntime() ? "(context function)" : function_->name; in debug_name()
/external/v8/src/full-codegen/
Dfull-codegen.cc1725 if (expr->is_jsruntime()) { in VisitCallRuntime()
/external/v8/src/interpreter/
Dbytecode-generator.cc2519 if (expr->is_jsruntime()) { in VisitCallRuntime()
/external/v8/src/compiler/
Dast-graph-builder.cc2540 if (expr->is_jsruntime()) { in VisitCallRuntime()
/external/v8/src/crankshaft/
Dhydrogen.cc10207 if (expr->is_jsruntime()) { in VisitCallRuntime()
10976 if (!call->is_jsruntime() && in IsClassOfTest()