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

  /external/v8/src/
allocation.h 39 typedef enum { ALLOW, DISALLOW } NativeAllocationAllowed;
43 if (allowed == DISALLOW) {
50 if (allowed_ == DISALLOW) {
top.cc 370 NativeAllocationChecker::DISALLOW);
    [all...]

Completed in 1789 milliseconds