Home
last modified time | relevance | path

Searched refs:interceptor_info (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dstub-cache.cc996 Handle<InterceptorInfo> interceptor_info = args.at<InterceptorInfo>(1); in RUNTIME_FUNCTION() local
1002 Address getter_address = v8::ToCData<Address>(interceptor_info->getter()); in RUNTIME_FUNCTION()
1049 Handle<InterceptorInfo> interceptor_info = args->at<InterceptorInfo>(1); in LoadWithInterceptor() local
1057 Address getter_address = v8::ToCData<Address>(interceptor_info->getter()); in LoadWithInterceptor()
Dobjects.h438 V(INTERCEPTOR_INFO, InterceptorInfo, interceptor_info) \