Home
last modified time | relevance | path

Searched refs:CodeProtectionInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/trap-handler/
Dhandler-outside.cc51 return offsetof(CodeProtectionInfo, instructions) + in HandlerDataSize()
57 bool IsDisjoint(const CodeProtectionInfo* a, const CodeProtectionInfo* b) { in IsDisjoint()
67 void VerifyCodeRangeIsDisjoint(const CodeProtectionInfo* code_info) { in VerifyCodeRangeIsDisjoint()
114 CodeProtectionInfo* CreateHandlerData( in CreateHandlerData()
118 CodeProtectionInfo* data = in CreateHandlerData()
119 reinterpret_cast<CodeProtectionInfo*>(malloc(alloc_size)); in CreateHandlerData()
138 CodeProtectionInfo* data = CreateHandlerData( in RegisterHandlerData()
218 CodeProtectionInfo* data = nullptr; in ReleaseHandlerData()
Dtrap-handler-internal.h24 struct CodeProtectionInfo { struct
50 CodeProtectionInfo* code_info; argument
Dhandler-inside.cc49 const CodeProtectionInfo* data = gCodeObjects[i].code_info; in TryFindLandingPad()