Home
last modified time | relevance | path

Searched refs:num_protected_instructions (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/trap-handler/
Dhandler-outside.cc50 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()
Dtrap-handler-internal.h27 size_t num_protected_instructions; member
Dhandler-inside.cc62 for (unsigned j = 0; j < data->num_protected_instructions; ++j) { in TryFindLandingPad()
Dtrap-handler.h85 uintptr_t base, size_t size, size_t num_protected_instructions,