HomeSort by relevance Sort by last modified time
    Searched refs:InterceptorInfo (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
globals.h 235 class InterceptorInfo;
objects-inl.h     [all...]
stub-cache.cc 804 Handle<InterceptorInfo> interceptor_info = args.at<InterceptorInfo>(3);
    [all...]
handles.cc 525 Handle<InterceptorInfo> interceptor(object->GetNamedInterceptor());
546 Handle<InterceptorInfo> interceptor(object->GetIndexedInterceptor());
objects-debug.cc 974 void InterceptorInfo::InterceptorInfoVerify() {
984 void InterceptorInfo::InterceptorInfoPrint() {
985 HeapObject::PrintHeader("InterceptorInfo");
    [all...]
objects.h 95 // - InterceptorInfo
361 V(INTERCEPTOR_INFO, InterceptorInfo, interceptor_info) \
    [all...]
objects.cc     [all...]
api.cc 848 i::Handle<i::InterceptorInfo> obj =
849 i::Handle<i::InterceptorInfo>::cast(struct_obj);
876 i::Handle<i::InterceptorInfo> obj =
877 i::Handle<i::InterceptorInfo>::cast(struct_obj);
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 402 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor();
408 __ ldr(scratch, FieldMemOperand(scratch, InterceptorInfo::kDataOffset));
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 144 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor();
149 __ push(FieldOperand(kScratchRegister, InterceptorInfo::kDataOffset));
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 282 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor();
286 __ push(FieldOperand(receiver, InterceptorInfo::kDataOffset));
    [all...]

Completed in 73 milliseconds