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

  /external/v8/src/
handles-inl.h 55 inline NoHandleAllocation::NoHandleAllocation() {
66 inline NoHandleAllocation::~NoHandleAllocation() {
handles.h 340 class NoHandleAllocation BASE_EMBEDDED {
343 NoHandleAllocation() {}
344 ~NoHandleAllocation() {}
346 inline NoHandleAllocation();
347 inline ~NoHandleAllocation();

Completed in 409 milliseconds