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

/external/libchrome/base/allocator/
H A Dallocator_extension.cc52 int GetCallStack(void** stack, int max_stack_size) { argument
54 return MallocHook::GetCallerStackTrace(stack, max_stack_size, 0);
H A Dallocator_extension.h42 // max_stack_size: indicates the size of the array in |stack|.
46 BASE_EXPORT int GetCallStack(void** stack, int max_stack_size);
/external/google-breakpad/src/processor/
H A Dwindows_frame_info.h87 max_stack_size(0),
107 max_stack_size(set_max_stack_size),
140 uint32_t max_stack_size = strtoul(tokens[8], NULL, 16); local
157 max_stack_size,
171 max_stack_size = that.max_stack_size;
198 uint32_t max_stack_size; member in struct:google_breakpad::WindowsFrameInfo
H A Dfast_source_line_resolver.cc128 uint32_t max_stack_size = para_uint32[5]; local
139 max_stack_size,
H A Dsimple_serializer-inl.h147 size += SimpleSerializer<uint32_t>::SizeOf(wfi.max_stack_size);
161 dest = SimpleSerializer<uint32_t>::Write(wfi.max_stack_size, dest);
H A Dmodule_comparer.cc254 ASSERT_TRUE(wfi1.max_stack_size == wfi2.max_stack_size);
/external/v8/src/compiler-dispatcher/
H A Dcompiler-dispatcher-job.h50 size_t max_stack_size);
59 size_t max_stack_size);
H A Dcompiler-dispatcher-job.cc67 size_t max_stack_size)
75 max_stack_size_(max_stack_size),
93 std::shared_ptr<DeferredHandles> compile_handles, size_t max_stack_size)
101 max_stack_size_(max_stack_size),
64 CompilerDispatcherJob(Isolate* isolate, CompilerDispatcherTracer* tracer, Handle<SharedFunctionInfo> shared, size_t max_stack_size) argument
88 CompilerDispatcherJob( Isolate* isolate, CompilerDispatcherTracer* tracer, Handle<Script> script, Handle<SharedFunctionInfo> shared, FunctionLiteral* literal, std::shared_ptr<Zone> parse_zone, std::shared_ptr<DeferredHandles> parse_handles, std::shared_ptr<DeferredHandles> compile_handles, size_t max_stack_size) argument
H A Dcompiler-dispatcher.h71 size_t max_stack_size);
H A Dcompiler-dispatcher.cc217 size_t max_stack_size)
220 max_stack_size_(max_stack_size),
216 CompilerDispatcher(Isolate* isolate, Platform* platform, size_t max_stack_size) argument
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc551 DWORD max_stack_size = 0;
552 if (FAILED(frame_data->get_maxStack(&max_stack_size)))
636 local_size, max_stack_size, program_string_result == S_OK);

Completed in 765 milliseconds