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

  /external/v8/src/
arguments.h 114 #define DECLARE_RUNTIME_FUNCTION(Type, Name) \
stub-cache.h 390 DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadCallbackProperty);
391 DECLARE_RUNTIME_FUNCTION(MaybeObject*, StoreCallbackProperty);
395 DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorOnly);
396 DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorForLoad);
397 DECLARE_RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorForCall);
398 DECLARE_RUNTIME_FUNCTION(MaybeObject*, StoreInterceptorProperty);
399 DECLARE_RUNTIME_FUNCTION(MaybeObject*, CallInterceptorProperty);
400 DECLARE_RUNTIME_FUNCTION(MaybeObject*, KeyedLoadPropertyWithInterceptor);
    [all...]
debug.h 564 DECLARE_RUNTIME_FUNCTION(Object*, Debug_Break);
    [all...]

Completed in 49 milliseconds