Searched refs:num_protected_instructions (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/trap-handler/ |
D | handler-outside.cc | 51 constexpr size_t HandlerDataSize(size_t num_protected_instructions) { in HandlerDataSize() argument 53 num_protected_instructions * sizeof(ProtectedInstructionData); in HandlerDataSize() 82 for (unsigned i = 0; i < data->num_protected_instructions; ++i) { in ValidateCodeObjects() 114 Address base, size_t size, size_t num_protected_instructions, in CreateHandlerData() argument 116 const size_t alloc_size = HandlerDataSize(num_protected_instructions); in CreateHandlerData() 126 data->num_protected_instructions = num_protected_instructions; in CreateHandlerData() 129 num_protected_instructions * sizeof(ProtectedInstructionData)); in CreateHandlerData() 135 Address 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 | 59 for (unsigned i = 0; i < data->num_protected_instructions; ++i) { in TryFindLandingPad()
|
D | trap-handler.h | 49 size_t num_protected_instructions,
|