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

  /external/v8/src/
assert-scope.h 101 DisallowHandleAllocation;
103 // Scope to introduce an exception to DisallowHandleAllocation.
background-parsing-task.cc 56 DisallowHandleAllocation no_handles;
compiler.cc 93 std::unique_ptr<DisallowHandleAllocation> no_handles;
98 no_handles.reset(new DisallowHandleAllocation());
    [all...]
code-stubs-hydrogen.cc 22 DisallowHandleAllocation no_handles;
    [all...]
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.cc 49 DisallowHandleAllocation no_handles;
compiler-dispatcher-job.cc 103 DisallowHandleAllocation no_handles;
  /external/v8/src/crankshaft/
lithium.cc 422 DisallowHandleAllocation no_handles;
  /external/v8/src/wasm/
wasm-module.cc 190 DisallowHandleAllocation no_handles;
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 621 DisallowHandleAllocation no_handles;
    [all...]

Completed in 261 milliseconds