Searched defs:CallInterceptorCompiler (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc526 class CallInterceptorCompiler BASE_EMBEDDED {
528 CallInterceptorCompiler(StubCompiler* stub_compiler, function in class:v8::internal::BASE_EMBEDDED
2347 CallInterceptorCompiler compiler(this, arguments(), ecx, extra_state_);
/external/v8/src/x64/
H A Dstub-cache-x64.cc510 class CallInterceptorCompiler BASE_EMBEDDED {
512 CallInterceptorCompiler(StubCompiler* stub_compiler, function in class:v8::internal::BASE_EMBEDDED
2176 CallInterceptorCompiler compiler(this, arguments(), rcx, extra_state_);
/external/v8/src/arm/
H A Dstub-cache-arm.cc693 class CallInterceptorCompiler BASE_EMBEDDED {
695 CallInterceptorCompiler(StubCompiler* stub_compiler, function in class:v8::internal::BASE_EMBEDDED
2452 CallInterceptorCompiler compiler(this, arguments(), r2, extra_state_);
/external/v8/src/mips/
H A Dstub-cache-mips.cc683 class CallInterceptorCompiler BASE_EMBEDDED {
685 CallInterceptorCompiler(StubCompiler* stub_compiler, function in class:v8::internal::BASE_EMBEDDED
2446 CallInterceptorCompiler compiler(this, arguments(), a2, extra_state_);

Completed in 117 milliseconds