HomeSort by relevance Sort by last modified time
    Searched refs:NoHandleAllocation (Results 1 - 8 of 8) 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();
runtime.cc 819 NoHandleAllocation ha;
841 NoHandleAllocation ha;
    [all...]
disassembler.cc 118 NoHandleAllocation ha;
ic.cc     [all...]
execution.cc 109 NoHandleAllocation na;
liveobjectlist.cc     [all...]
jsregexp.cc 208 NoHandleAllocation no_handles;
267 NoHandleAllocation no_handles;
    [all...]

Completed in 317 milliseconds