Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsAllowed
(Results
1 - 20
of
20
) sorted by relevance
/third_party/node/deps/v8/src/common/
H
A
D
assert-scope.h
43
V8_EXPORT_PRIVATE static bool
IsAllowed
();
88
static bool
IsAllowed
(Isolate* isolate); \
154
V8_EXPORT_PRIVATE static bool
IsAllowed
() {
in IsAllowed()
function in v8::internal::CombinationAssertScope
155
// Define
IsAllowed
() explicitly rather than with using Scope::
IsAllowed
, to
in IsAllowed()
156
// allow SFINAE removal of
IsAllowed
() when it's not defined (under debug).
in IsAllowed()
157
return Scope::
IsAllowed
();
in IsAllowed()
176
V8_EXPORT_PRIVATE static bool
IsAllowed
() {
in IsAllowed()
function in v8::internal::CombinationAssertScope
177
return Scope::
IsAllowed
() && NextScopes::
IsAllowed
();
in IsAllowed()
[all...]
H
A
D
assert-scope.cc
47
bool PerThreadAssertScope<kType, kAllow>::
IsAllowed
() {
in IsAllowed()
function in v8::internal::PerThreadAssertScope
61
bool ScopeType::
IsAllowed
(Isolate* isolate) { return isolate->field(); } \
/third_party/node/deps/v8/src/heap/
H
A
D
local-heap-inl.h
25
DCHECK(AllowHandleAllocation::
IsAllowed
());
in AllocateRaw()
26
DCHECK(AllowHeapAllocation::
IsAllowed
());
in AllocateRaw()
H
A
D
heap-allocator-inl.h
59
DCHECK(AllowHandleAllocation::
IsAllowed
());
in AllocateRaw()
60
DCHECK(AllowHeapAllocation::
IsAllowed
());
in AllocateRaw()
107
DCHECK(AllowCodeAllocation::
IsAllowed
());
in AllocateRaw()
H
A
D
parked-scope.h
55
DCHECK(AllowGarbageCollection::
IsAllowed
());
in ParkedMutexGuard()
80
DCHECK(AllowGarbageCollection::
IsAllowed
());
in ParkedSharedMutexGuardIf()
H
A
D
local-heap.h
48
DCHECK(AllowSafepoints::
IsAllowed
());
in Safepoint()
269
DCHECK(AllowSafepoints::
IsAllowed
());
in Park()
277
DCHECK(AllowSafepoints::
IsAllowed
());
in Unpark()
H
A
D
safepoint.cc
35
DCHECK(AllowGarbageCollection::
IsAllowed
());
in EnterLocalSafepointScope()
H
A
D
heap.cc
1052
DCHECK(!AllowGarbageCollection::
IsAllowed
());
in GarbageCollectionPrologue()
1784
DCHECK(AllowGarbageCollection::
IsAllowed
());
in CollectGarbage()
/third_party/node/deps/v8/src/handles/
H
A
D
handles-inl.h
163
DCHECK(AllowHandleAllocation::
IsAllowed
());
in CreateHandle()
180
DCHECK(AllowHandleAllocation::
IsAllowed
());
in GetHandle()
192
DCHECK(AllowHandleAllocation::
IsAllowed
());
in SealHandleScope()
H
A
D
handles.cc
51
if (!AllowHandleDereference::
IsAllowed
()) return false;
in IsDereferenceAllowed()
/third_party/node/deps/v8/src/execution/
H
A
D
execution.cc
368
CHECK(AllowJavascriptExecution::
IsAllowed
(isolate));
in Invoke()
369
if (!ThrowOnJavascriptExecution::
IsAllowed
(isolate)) {
in Invoke()
376
if (!DumpOnJavascriptExecution::
IsAllowed
(isolate)) {
in Invoke()
H
A
D
isolate.cc
1765
if (AllowGarbageCollection::
IsAllowed
()) {
in ThrowInternal()
2534
DCHECK(AllowExceptions::
IsAllowed
(this));
in ThrowInternal()
/third_party/node/deps/v8/src/extensions/
H
A
D
statistics-extension.cc
144
DCHECK(!AllowGarbageCollection::
IsAllowed
());
in GetCounters()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-compiler.cc
180
DCHECK(AllowGarbageCollection::
IsAllowed
());
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/snapshot/
H
A
D
serializer.h
345
DCHECK(!AllowGarbageCollection::
IsAllowed
());
in Find()
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.cc
867
DCHECK(AllowCompilation::
IsAllowed
(isolate));
in FinalizeDeferredUnoptimizedCompilationJobs()
1887
DCHECK(AllowHeapAllocation::
IsAllowed
());
in CollectSourcePositions()
1909
DCHECK(AllowCompilation::
IsAllowed
(isolate));
in CollectSourcePositions()
1986
DCHECK(AllowCompilation::
IsAllowed
(isolate));
in Compile()
2260
DCHECK(AllowCompilation::
IsAllowed
(isolate));
in Compile()
/third_party/node/deps/v8/src/objects/
H
A
D
code.cc
872
DCHECK(AllowCodeDependencyChange::
IsAllowed
());
in DeoptimizeDependentCodeGroup()
H
A
D
code-inl.h
764
DCHECK_IMPLIES(flag, AllowDeoptimization::
IsAllowed
(GetIsolate()));
in set_marked_for_deoptimization()
H
A
D
string.cc
53
DCHECK(AllowGarbageCollection::
IsAllowed
());
in SlowFlatten()
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
deoptimizer.cc
504
DCHECK(AllowGarbageCollection::
IsAllowed
());
in Deoptimizer()
579
DCHECK(!AllowGarbageCollection::
IsAllowed
());
in DeleteFrameDescriptions()
Completed in 39 milliseconds