Home
last modified time | relevance | path

Searched refs:max_stack_size (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
Dwindows_frame_info.h87 max_stack_size(0), in WindowsFrameInfo()
107 max_stack_size(set_max_stack_size), in WindowsFrameInfo()
140 uint32_t max_stack_size = strtoul(tokens[8], NULL, 16); in ParseFromString() local
157 max_stack_size, in ParseFromString()
171 max_stack_size = that.max_stack_size; in CopyFrom()
198 uint32_t max_stack_size; member
Dfast_source_line_resolver.cc128 uint32_t max_stack_size = para_uint32[5]; in CopyWFI() local
139 max_stack_size, in CopyWFI()
Dsimple_serializer-inl.h147 size += SimpleSerializer<uint32_t>::SizeOf(wfi.max_stack_size); in SizeOf()
161 dest = SimpleSerializer<uint32_t>::Write(wfi.max_stack_size, dest); in Write()
Dmodule_comparer.cc254 ASSERT_TRUE(wfi1.max_stack_size == wfi2.max_stack_size); in CompareWFI()
/external/libchrome/base/allocator/
Dallocator_extension.cc52 int GetCallStack(void** stack, int max_stack_size) { in GetCallStack() argument
54 return MallocHook::GetCallerStackTrace(stack, max_stack_size, 0); in GetCallStack()
Dallocator_extension.h46 BASE_EXPORT int GetCallStack(void** stack, int max_stack_size);
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.h50 size_t max_stack_size);
59 size_t max_stack_size);
Dcompiler-dispatcher-job.cc67 size_t max_stack_size) in CompilerDispatcherJob() argument
75 max_stack_size_(max_stack_size), in CompilerDispatcherJob()
93 std::shared_ptr<DeferredHandles> compile_handles, size_t max_stack_size) in CompilerDispatcherJob() argument
101 max_stack_size_(max_stack_size), in CompilerDispatcherJob()
Dcompiler-dispatcher.h71 size_t max_stack_size);
Dcompiler-dispatcher.cc217 size_t max_stack_size) in CompilerDispatcher() argument
220 max_stack_size_(max_stack_size), in CompilerDispatcher()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc551 DWORD max_stack_size = 0; in PrintFrameDataUsingPDB() local
552 if (FAILED(frame_data->get_maxStack(&max_stack_size))) in PrintFrameDataUsingPDB()
636 local_size, max_stack_size, program_string_result == S_OK); in PrintFrameDataUsingPDB()