Home
last modified time | relevance | path

Searched refs:HasCustomCallGenerator (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dstub-cache.h782 static bool HasCustomCallGenerator(Handle<JSFunction> function);
Dstub-cache.cc1387 bool CallStubCompiler::HasCustomCallGenerator(Handle<JSFunction> function) { in HasCustomCallGenerator() function in v8::internal::CallStubCompiler
1406 ASSERT(HasCustomCallGenerator(function)); in CompileCustomCall()
Dhydrogen.cc5861 if (CallStubCompiler::HasCustomCallGenerator(expr->target()) || in VisitCall()
/external/v8/src/x64/
Dstub-cache-x64.cc2034 if (HasCustomCallGenerator(function)) { in CompileCallConstant()
2228 if (HasCustomCallGenerator(function)) { in CompileCallGlobal()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2208 if (HasCustomCallGenerator(function)) { in CompileCallConstant()
2397 if (HasCustomCallGenerator(function)) { in CompileCallGlobal()
/external/v8/src/arm/
Dstub-cache-arm.cc2315 if (HasCustomCallGenerator(function)) { in CompileCallConstant()
2482 if (HasCustomCallGenerator(function)) { in CompileCallGlobal()
/external/v8/src/mips/
Dstub-cache-mips.cc2307 if (HasCustomCallGenerator(function)) { in CompileCallConstant()
2477 if (HasCustomCallGenerator(function)) { in CompileCallGlobal()