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

  /external/tensorflow/tensorflow/compiler/xla/service/
name_uniquer.cc 27 bool IsAllowed(char character) {
35 CHECK(std::all_of(separator.begin(), separator.end(), IsAllowed))
48 if (!IsAllowed(result[i])) {
  /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 37 // under /system/framework" are whitelisted. See IsAllowed() for the canonical
59 bool IsAllowed(const std::string& path) const;
fd_utils.cpp 57 bool FileDescriptorWhitelist::IsAllowed(const std::string& path) const {
188 if (!whitelist->IsAllowed(socket_name)) {
222 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 399 milliseconds