Home
last modified time | relevance | path

Searched defs:stack_buffer (Results 1 – 15 of 15) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_stack_use_after_return.cc10 char stack_buffer[42]; in foo() local
Dstack_use_after_return.cc7 char stack_buffer[42]; in foo() local
Dthread_stack_array_left_oob.cc8 volatile char stack_buffer[42]; in thread_proc() local
Dbeginthreadex.cc8 volatile char stack_buffer[42]; in thread_proc() local
Ddll_thread_stack_array_left_oob.cc10 char stack_buffer[42]; in thread_proc() local
Dthread_stack_array_right_oob.cc8 volatile char stack_buffer[42]; in thread_proc() local
Dthread_simple.cc7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_suspended.cc7 volatile char stack_buffer[42]; in thread_proc() local
Dqueue_user_work_item_report.cc10 volatile char stack_buffer[42]; in work_item() local
Dthread_stress.cc7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_reuse.cc15 volatile char stack_buffer[42]; in thread_proc_2() local
/external/libchrome/base/containers/
Dstack_container.h49 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer() function
50 const T* stack_buffer() const { in stack_buffer() function
/external/libchrome/base/
Dvalues_unittest.cc799 char stack_buffer[42]; in TEST() local
/external/v8/src/
Dvalue-serializer.cc227 uint8_t stack_buffer[sizeof(T) * 8 / 7 + 1]; in WriteVarint() local
/external/v8/src/compiler/
Dwasm-compiler.cc1008 Node* stack_buffer[kStackAllocatedNodeBufferSize]; in Return() local