Searched refs:num_protected_instructions (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/trap-handler/ |
D | handler-outside.cc | 50 constexpr size_t HandlerDataSize(size_t num_protected_instructions) { in HandlerDataSize() argument 52 num_protected_instructions * sizeof(ProtectedInstructionData); in HandlerDataSize() 81 for (unsigned j = 0; j < data->num_protected_instructions; ++j) { in ValidateCodeObjects() 115 uintptr_t base, size_t size, size_t num_protected_instructions, in CreateHandlerData() argument 117 const size_t alloc_size = HandlerDataSize(num_protected_instructions); in CreateHandlerData() 127 data->num_protected_instructions = num_protected_instructions; in CreateHandlerData() 130 num_protected_instructions * sizeof(ProtectedInstructionData)); in CreateHandlerData() 136 uintptr_t base, size_t size, size_t num_protected_instructions, in RegisterHandlerData() argument 139 base, size, num_protected_instructions, protected_instructions); in RegisterHandlerData()
|
D | trap-handler-internal.h | 27 size_t num_protected_instructions; member
|
D | handler-inside.cc | 62 for (unsigned j = 0; j < data->num_protected_instructions; ++j) { in TryFindLandingPad()
|
D | trap-handler.h | 85 uintptr_t base, size_t size, size_t num_protected_instructions,
|