Home
last modified time | relevance | path

Searched refs:SealHandleScope (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/runtime/
Druntime-function.cc47 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
101 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
110 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
119 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
130 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
155 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
234 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
248 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
255 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
292 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-numbers.cc17 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
108 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
128 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
202 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
209 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
217 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-test.cc88 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
99 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
424 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
446 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
477 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
487 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
512 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
523 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
601 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
611 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
[all …]
Druntime-interpreter.cc107 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
135 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
159 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
167 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
175 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-proxy.cc137 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
145 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
153 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-symbol.cc38 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
67 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-internal.cc25 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
98 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
175 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
182 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
292 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
306 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-object.cc614 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
726 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
735 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
744 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
752 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
865 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
874 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
941 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-collections.cc24 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
31 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
119 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
266 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-debug.cc26 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
40 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
67 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
81 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
94 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
423 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
433 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
441 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1468 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1536 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
[all …]
Druntime-date.cc18 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-operators.cc132 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
140 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
Druntime-array.cc92 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
101 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
168 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
432 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-strings.cc976 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
984 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-compiler.cc407 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-typedarray.cc17 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-classes.cc403 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
Druntime-regexp.cc1444 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1453 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
/external/v8/src/
Dhandles-inl.h123 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope() function
136 inline SealHandleScope::~SealHandleScope() { in ~SealHandleScope()
Dhandles.h389 class SealHandleScope final {
392 explicit SealHandleScope(Isolate* isolate) {} in SealHandleScope() function
393 ~SealHandleScope() {} in ~SealHandleScope()
395 explicit inline SealHandleScope(Isolate* isolate);
396 inline ~SealHandleScope();
Ddisassembler.cc77 SealHandleScope shs(isolate); in DecodeIt()
Dexecution.cc125 SealHandleScope shs(isolate); in Invoke()
/external/v8/src/builtins/
Dbuiltins-arraybuffer.cc81 SealHandleScope shs(isolate); in BUILTIN()
Dbuiltins-object.cc861 SealHandleScope shs(isolate); in BUILTIN()
/external/v8/include/
Dv8.h930 class V8_EXPORT SealHandleScope {
932 SealHandleScope(Isolate* isolate);
933 ~SealHandleScope();
935 SealHandleScope(const SealHandleScope&) = delete;
936 void operator=(const SealHandleScope&) = delete;

12