Home
last modified time | relevance | path

Searched refs:IsNonReturning (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime.cc101 bool Runtime::IsNonReturning(FunctionId id) { in IsNonReturning() function in v8::internal::Runtime
Druntime.h687 static bool IsNonReturning(FunctionId id); in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1935 if (Runtime::IsNonReturning(function_id)) { in VisitCallRuntime()