Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc2549 Handle<InterceptorInfo> interceptor_info = args.at<InterceptorInfo>( in RUNTIME_FUNCTION() local
2557 Address getter_address = v8::ToCData<Address>(interceptor_info->getter()); in RUNTIME_FUNCTION()
2566 PropertyCallbackArguments callback_args(isolate, interceptor_info->data(), in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects.h524 V(INTERCEPTOR_INFO, InterceptorInfo, interceptor_info) \