Searched refs:is_jsruntime (Results 1 – 13 of 13) sorted by relevance
270 if (node->is_jsruntime()) { in VisitCallRuntime()
2104 bool is_jsruntime() const { return function_ == NULL; } in is_jsruntime() function2107 DCHECK(is_jsruntime()); in context_index()2111 DCHECK(!is_jsruntime()); in function()2119 return is_jsruntime() ? "(context function)" : function_->name; in debug_name()
1640 if (expr->is_jsruntime()) { in VisitCallRuntime()1649 if (expr->is_jsruntime()) { in VisitCallRuntime()
2586 if (expr->is_jsruntime()) { in VisitCallRuntime()
3956 if (expr->is_jsruntime()) { in VisitCallRuntime()
3756 if (expr->is_jsruntime()) { in VisitCallRuntime()
4049 if (expr->is_jsruntime()) { in VisitCallRuntime()
3964 if (expr->is_jsruntime()) { in VisitCallRuntime()
3968 if (expr->is_jsruntime()) { in VisitCallRuntime()
4043 if (expr->is_jsruntime()) { in VisitCallRuntime()
4057 if (expr->is_jsruntime()) { in VisitCallRuntime()
4051 if (expr->is_jsruntime()) { in VisitCallRuntime()
10443 if (expr->is_jsruntime()) { in VisitCallRuntime()11240 if (!call->is_jsruntime() && in IsClassOfTest()