/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 202 uint8_t* stack_copy; in CrashingThreadReferencesPrincipalMapping() local 209 stack_copy = reinterpret_cast<uint8_t*>(Alloc(stack_len)); in CrashingThreadReferencesPrincipalMapping() 210 dumper_->CopyFromProcess(stack_copy, GetCrashThread(), stack, stack_len); in CrashingThreadReferencesPrincipalMapping() 216 stack_copy, stack_len, stack_pointer_offset, *principal_mapping_); in CrashingThreadReferencesPrincipalMapping() 319 uintptr_t pc, int max_stack_len, uint8_t** stack_copy) { in FillThreadStack() argument 320 *stack_copy = NULL; in FillThreadStack() 341 *stack_copy = reinterpret_cast<uint8_t*>(Alloc(stack_len)); in FillThreadStack() 342 dumper_->CopyFromProcess(*stack_copy, thread->thread_id, stack, in FillThreadStack() 354 !dumper_->StackHasPointerToMapping(*stack_copy, stack_len, in FillThreadStack() 362 dumper_->SanitizeStackCopy(*stack_copy, stack_len, stack_pointer, in FillThreadStack() [all …]
|
D | linux_dumper.cc | 783 void LinuxDumper::SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len, in SanitizeStackCopy() argument 841 my_memset(stack_copy, 0, offset); in SanitizeStackCopy() 847 for (sp = stack_copy + offset; in SanitizeStackCopy() 848 sp <= stack_copy + stack_len - sizeof(uintptr_t); in SanitizeStackCopy() 873 if (sp < stack_copy + stack_len) { in SanitizeStackCopy() 874 my_memset(sp, 0, stack_copy + stack_len - sp); in SanitizeStackCopy() 878 bool LinuxDumper::StackHasPointerToMapping(const uint8_t* stack_copy, in StackHasPointerToMapping() argument 892 for (const uint8_t* sp = stack_copy + offset; in StackHasPointerToMapping() 893 sp <= stack_copy + stack_len - sizeof(uintptr_t); in StackHasPointerToMapping()
|
D | linux_dumper.h | 139 void SanitizeStackCopy(uint8_t* stack_copy, size_t stack_len, 151 bool StackHasPointerToMapping(const uint8_t* stack_copy, size_t stack_len,
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 98 absl::FixedArray<int, 10> stack_copy = on_stack; in TEST() local 99 EXPECT_THAT(stack_copy, ElementsAreArray(on_stack)); in TEST() 100 EXPECT_TRUE(IsOnStack(stack_copy)); in TEST() 115 absl::FixedArray<std::unique_ptr<int>, 10> stack_copy = std::move(on_stack); in TEST() local 116 for (int i = 0; i < 5; ++i) EXPECT_EQ(*(stack_copy[i]), i); in TEST() 117 EXPECT_EQ(stack_copy.size(), on_stack.size()); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 98 absl::FixedArray<int, 10> stack_copy = on_stack; in TEST() local 99 EXPECT_THAT(stack_copy, ElementsAreArray(on_stack)); in TEST() 100 EXPECT_TRUE(IsOnStack(stack_copy)); in TEST() 115 absl::FixedArray<std::unique_ptr<int>, 10> stack_copy = std::move(on_stack); in TEST() local 116 for (int i = 0; i < 5; ++i) EXPECT_EQ(*(stack_copy[i]), i); in TEST() 117 EXPECT_EQ(stack_copy.size(), on_stack.size()); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | fixed_array_test.cc | 98 absl::FixedArray<int, 10> stack_copy = on_stack; in TEST() local 99 EXPECT_THAT(stack_copy, ElementsAreArray(on_stack)); in TEST() 100 EXPECT_TRUE(IsOnStack(stack_copy)); in TEST() 115 absl::FixedArray<std::unique_ptr<int>, 10> stack_copy = std::move(on_stack); in TEST() local 116 for (int i = 0; i < 5; ++i) EXPECT_EQ(*(stack_copy[i]), i); in TEST() 117 EXPECT_EQ(stack_copy.size(), on_stack.size()); in TEST()
|
/external/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 95 absl::FixedArray<int, 10> stack_copy = on_stack; in TEST() local 96 EXPECT_THAT(stack_copy, ElementsAreArray(on_stack)); in TEST() 97 EXPECT_TRUE(IsOnStack(stack_copy)); in TEST() 112 absl::FixedArray<std::unique_ptr<int>, 10> stack_copy = std::move(on_stack); in TEST() local 113 for (int i = 0; i < 5; ++i) EXPECT_EQ(*(stack_copy[i]), i); in TEST() 114 EXPECT_EQ(stack_copy.size(), on_stack.size()); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 98 absl::FixedArray<int, 10> stack_copy = on_stack; in TEST() local 99 EXPECT_THAT(stack_copy, ElementsAreArray(on_stack)); in TEST() 100 EXPECT_TRUE(IsOnStack(stack_copy)); in TEST() 115 absl::FixedArray<std::unique_ptr<int>, 10> stack_copy = std::move(on_stack); in TEST() local 116 for (int i = 0; i < 5; ++i) EXPECT_EQ(*(stack_copy[i]), i); in TEST() 117 EXPECT_EQ(stack_copy.size(), on_stack.size()); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 95 absl::FixedArray<int, 10> stack_copy = on_stack; in TEST() local 96 EXPECT_THAT(stack_copy, ElementsAreArray(on_stack)); in TEST() 97 EXPECT_TRUE(IsOnStack(stack_copy)); in TEST() 112 absl::FixedArray<std::unique_ptr<int>, 10> stack_copy = std::move(on_stack); in TEST() local 113 for (int i = 0; i < 5; ++i) EXPECT_EQ(*(stack_copy[i]), i); in TEST() 114 EXPECT_EQ(stack_copy.size(), on_stack.size()); in TEST()
|