Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-intrinsic-lowering.cc31 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange(); in Reduce()
Dast-graph-builder.cc1770 if (expr->function()->intrinsic_type == Runtime::IntrinsicType::RUNTIME || in VisitCallRuntime()
/external/v8/src/runtime/
Druntime.h739 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT() member
/external/v8/src/parsing/
Dparser.cc467 DCHECK_EQ(Runtime::RUNTIME, function->intrinsic_type); in NewV8Intrinsic()