OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stack_guard
(Results
1 - 25
of
34
) sorted by null
1
2
/external/v8/test/cctest/compiler/
test-run-stackcheck.cc
15
T.isolate->
stack_guard
()->RequestTerminateExecution();
/external/v8/src/
v8threads.cc
46
isolate_->
stack_guard
()->ClearThread(access);
47
isolate_->
stack_guard
()->InitThread(access);
129
isolate_->
stack_guard
()->InitThread(access);
138
from = isolate_->
stack_guard
()->RestoreStackGuard(from);
143
isolate_->
stack_guard
()->RequestTerminateExecution();
296
to = isolate_->
stack_guard
()->ArchiveStackGuard(to);
311
isolate_->
stack_guard
()->FreeThreadResources();
isolate.h
817
StackGuard*
stack_guard
() { return &stack_guard_; }
function in class:v8::internal::Isolate
1443
StackGuard*
stack_guard
= isolate_->
stack_guard
();
local
1449
StackGuard*
stack_guard
= isolate_->
stack_guard
();
local
[
all
...]
futex-emulation.cc
144
Object* interrupt_object = isolate->
stack_guard
()->HandleInterrupts();
optimizing-compile-dispatcher.cc
138
isolate_->
stack_guard
()->RequestInstallCode();
execution.cc
222
if (is_termination) isolate->
stack_guard
()->RequestTerminateExecution();
isolate.cc
910
stack_guard
()->RequestApiInterrupt();
2792
StackGuard*
stack_guard
= isolate_->
stack_guard
();
local
[
all
...]
assembler.cc
[
all
...]
api.cc
563
isolate->
stack_guard
()->SetStackLimit(limit);
[
all
...]
/external/pcre/dist/
pcre_globals.c
75
PCRE_EXP_DATA_DEFN int (*PUBL(
stack_guard
))(void) = NULL;
83
PCRE_EXP_DATA_DEFN int (*PUBL(
stack_guard
))(void) = NULL;
pcretest.c
236
#define SET_PCRE_STACK_GUARD8(
stack_guard
) \
237
pcre_stack_guard =
stack_guard
323
#define SET_PCRE_STACK_GUARD16(
stack_guard
) \
324
pcre16_stack_guard = (int (*)(void))
stack_guard
415
#define SET_PCRE_STACK_GUARD32(
stack_guard
) \
416
pcre32_stack_guard = (int (*)(void))
stack_guard
545
#define SET_PCRE_STACK_GUARD(
stack_guard
) \
547
SET_PCRE_STACK_GUARD32(
stack_guard
); \
549
SET_PCRE_STACK_GUARD16(
stack_guard
); \
551
SET_PCRE_STACK_GUARD8(
stack_guard
)
2237
static int
stack_guard
(void)
function
[
all
...]
/external/v8/src/runtime/
runtime-internal.cc
232
return isolate->
stack_guard
()->HandleInterrupts();
239
return isolate->
stack_guard
()->HandleInterrupts();
runtime-debug.cc
60
isolate->
stack_guard
()->RequestDebugBreak();
[
all
...]
/external/v8/src/heap/
incremental-marking.cc
[
all
...]
heap.cc
606
isolate_->
stack_guard
()->RequestDeoptMarkedAllocationSites();
[
all
...]
/external/v8/src/debug/
debug.cc
[
all
...]
/external/v8/test/cctest/
test-parsing.cc
146
CcTest::i_isolate()->
stack_guard
()->SetStackLimit(
148
uintptr_t stack_limit = CcTest::i_isolate()->
stack_guard
()->real_climit();
207
CcTest::i_isolate()->
stack_guard
()->SetStackLimit(
263
CcTest::i_isolate()->
stack_guard
()->SetStackLimit(
306
CcTest::i_isolate()->
stack_guard
()->SetStackLimit(
319
uintptr_t stack_limit = CcTest::i_isolate()->
stack_guard
()->real_climit();
346
CcTest::i_isolate()->
stack_guard
()->SetStackLimit(
355
uintptr_t stack_limit = CcTest::i_isolate()->
stack_guard
()->real_climit();
386
CcTest::i_isolate()->
stack_guard
()->SetStackLimit(
419
isolate->
stack_guard
()->SetStackLimit(i::GetCurrentStackPosition()
[
all
...]
/external/v8/src/regexp/
regexp-macro-assembler.cc
92
Object* result = isolate->
stack_guard
()->HandleInterrupts();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libpthread.a
[
all
...]
/external/v8/src/parsing/
json-parser.h
272
isolate_->
stack_guard
()->HandleGCInterrupt();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libpthread.a
[
all
...]
Completed in 722 milliseconds
1
2