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

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

Completed in 330 milliseconds