Searched refs:code_pages_length (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/ |
H A D | unwinder.cc | 39 bool PCIsInCodePages(size_t code_pages_length, const MemoryRange* code_pages, in PCIsInCodePages() argument 41 DCHECK(std::is_sorted(code_pages, code_pages + code_pages_length, in PCIsInCodePages() 48 std::upper_bound(code_pages, code_pages + code_pages_length, fake_range, in PCIsInCodePages() 52 DCHECK_IMPLIES(it != code_pages + code_pages_length, pc < it->start); in PCIsInCodePages() 117 size_t code_pages_length, in TryUnwindV8Frames() 124 if (PCIsInV8(code_pages_length, code_pages, pc) && in TryUnwindV8Frames() 132 while (PCIsInV8(code_pages_length, code_pages, next_pc)) { in TryUnwindV8Frames() 163 bool Unwinder::PCIsInV8(size_t code_pages_length, const MemoryRange* code_pages, in PCIsInV8() argument 165 return pc && PCIsInCodePages(code_pages_length, code_pages, pc); in PCIsInV8() 116 TryUnwindV8Frames(const JSEntryStubs& entry_stubs, size_t code_pages_length, const MemoryRange* code_pages, RegisterState* register_state, const void* stack_base) TryUnwindV8Frames() argument
|
/third_party/node/deps/v8/include/ |
H A D | v8-unwinder.h | 112 size_t code_pages_length, 126 static bool PCIsInV8(size_t code_pages_length, const MemoryRange* code_pages,
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-unwinder.h | 112 size_t code_pages_length, 126 static bool PCIsInV8(size_t code_pages_length, const MemoryRange* code_pages,
|
Completed in 3 milliseconds