Searched refs:ApiNamedPropertyAccess (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | log.h | 215 void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
|
D | log.cc | 1038 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess() function in v8::internal::Logger
|
D | objects.cc | 440 LOG(isolate, ApiNamedPropertyAccess("load", *holder, *name)); in GetPropertyWithAccessor() 502 LOG(isolate, ApiNamedPropertyAccess("store", *holder, *name)); in SetPropertyWithAccessor() 2784 ApiNamedPropertyAccess("interceptor-named-set", *holder, *name_string)); in SetPropertyWithInterceptor() 3950 ApiNamedPropertyAccess("interceptor-named-has", *holder, *name)); in GetPropertyAttributesWithInterceptor() 3961 ApiNamedPropertyAccess("interceptor-named-get-has", *holder, *name)); in GetPropertyAttributesWithInterceptor() 4778 ApiNamedPropertyAccess("interceptor-named-delete", *holder, *name)); in DeletePropertyWithInterceptor() 11805 LOG(isolate, ApiNamedPropertyAccess("load", *holder_handle, *key)); in GetElementWithCallback() 11862 LOG(isolate, ApiNamedPropertyAccess("store", *object, *key)); in SetElementWithCallback() 13113 ApiNamedPropertyAccess("interceptor-named-get", *holder, *name)); in GetPropertyWithInterceptor()
|
/external/v8/src/ic/ |
D | ic.cc | 2529 LOG(isolate, ApiNamedPropertyAccess("store", *receiver, *name)); in RUNTIME_FUNCTION()
|