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

  /external/v8/src/
assert-scope.h 43 V8_EXPORT_PRIVATE static bool IsAllowed();
61 static bool IsAllowed(Isolate* isolate);
handles-inl.h 98 DCHECK(AllowHandleAllocation::IsAllowed());
114 DCHECK(AllowHandleAllocation::IsAllowed());
124 CHECK(AllowHandleAllocation::IsAllowed());
assert-scope.cc 102 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() {
130 bool PerIsolateAssertScope<kType, kAllow>::IsAllowed(Isolate* isolate) {
handles.cc 29 if (!AllowHandleDereference::IsAllowed()) return false;
31 !AllowDeferredHandleDereference::IsAllowed()) {
execution.cc 107 CHECK(AllowJavascriptExecution::IsAllowed(isolate));
108 if (!ThrowOnJavascriptExecution::IsAllowed(isolate)) {
compiler.cc 592 DCHECK(AllowCompilation::IsAllowed(isolate));
    [all...]
deoptimizer.cc 490 CHECK(AllowHeapAllocation::IsAllowed());
539 CHECK(!AllowHeapAllocation::IsAllowed());
    [all...]
isolate.cc     [all...]
objects.cc     [all...]
objects-inl.h     [all...]
  /external/v8/src/snapshot/
serializer-common.h 41 DCHECK(!AllowHeapAllocation::IsAllowed());
47 DCHECK(!AllowHeapAllocation::IsAllowed());
55 DCHECK(!AllowHeapAllocation::IsAllowed());
  /frameworks/base/core/jni/
fd_utils.h 35 // under /system/framework" are whitelisted. See IsAllowed() for the canonical
57 bool IsAllowed(const std::string& path) const;
fd_utils.cpp 57 bool FileDescriptorWhitelist::IsAllowed(const std::string& path) const {
140 if (!whitelist->IsAllowed(socket_name)) {
170 if (!whitelist->IsAllowed(file_path)) {
  /frameworks/native/services/vr/performanced/
performance_service.h 58 bool IsAllowed(const pdx::Message& sender, const Task& task) const {
performance_service.cpp 246 if (!config.IsAllowed(message, task))
338 if (!config.IsAllowed(message, task))
  /external/v8/src/runtime/
runtime-compiler.cc 132 DCHECK(AllowHeapAllocation::IsAllowed());
166 DCHECK(AllowHeapAllocation::IsAllowed());
  /external/v8/src/crankshaft/
unique.h 50 DCHECK(!AllowHeapAllocation::IsAllowed() || handle->IsMap());
hydrogen-gvn.cc 500 DCHECK(!AllowHandleAllocation::IsAllowed());
  /external/v8/src/heap/
heap-inl.h 302 DCHECK(AllowHandleAllocation::IsAllowed());
303 DCHECK(AllowHeapAllocation::IsAllowed());
heap.cc 438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
    [all...]
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 1659 milliseconds