Home
last modified time | relevance | path

Searched refs:kInterceptorArgsLength (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc89 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
95 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
520 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc299 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
305 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
533 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc105 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
111 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
553 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/s390/
Dhandler-compiler-s390.cc192 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
198 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
501 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc196 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
202 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
504 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc196 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
202 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
504 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc205 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
211 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
522 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc299 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
305 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
533 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc201 DCHECK(NamedLoadHandlerCompiler::kInterceptorArgsLength == in CompileCallLoadPropertyWithInterceptor()
207 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in CompileCallLoadPropertyWithInterceptor()
521 STATIC_ASSERT(NamedLoadHandlerCompiler::kInterceptorArgsLength == 3); in GenerateLoadInterceptor()
/external/v8/src/ic/
Dhandler-compiler.h168 static const int kInterceptorArgsLength = 3; variable
Dic.cc3071 DCHECK(args.length() == NamedLoadHandlerCompiler::kInterceptorArgsLength); in RUNTIME_FUNCTION()
3107 DCHECK(args.length() == NamedLoadHandlerCompiler::kInterceptorArgsLength + 2); in RUNTIME_FUNCTION()