Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc981 return is_jsruntime() ? NameForNativeContextIntrinsicIndex(context_index_) in debug_name()
984 return is_jsruntime() ? "(context function)" : function_->name; in debug_name()
Dast.h1774 bool is_jsruntime() const { return function_ == nullptr; } in is_jsruntime() function
1777 DCHECK(is_jsruntime()); in context_index()
1781 DCHECK(!is_jsruntime()); in function()
Dprettyprinter.cc1295 node->is_jsruntime() ? " (JS function)" : ""); in VisitCallRuntime()
/external/v8/src/interpreter/
Dbytecode-generator.cc3812 if (expr->is_jsruntime()) { in VisitCallRuntime()