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 151 inline NoHandleAllocation::NoHandleAllocation() {
164 inline NoHandleAllocation::~NoHandleAllocation() {
handles.h 287 class NoHandleAllocation BASE_EMBEDDED {
290 NoHandleAllocation() {}
291 ~NoHandleAllocation() {}
293 inline NoHandleAllocation();
294 inline ~NoHandleAllocation();

Completed in 70 milliseconds