Home
last modified time | relevance | path

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

/external/v8/src/trap-handler/
Dhandler-outside.cc70 DCHECK(IsDisjoint(code_info, gCodeObjects[i].code_info)); in VerifyCodeRangeIsDisjoint()
77 const auto* data = gCodeObjects[i].code_info; in ValidateCodeObjects()
95 i = gCodeObjects[i].next_free) { in ValidateCodeObjects()
105 if (gCodeObjects[i].code_info == nullptr) { in ValidateCodeObjects()
177 gCodeObjects = static_cast<CodeProtectionInfoListEntry*>( in RegisterHandlerData()
178 realloc(gCodeObjects, sizeof(*gCodeObjects) * new_size)); in RegisterHandlerData()
180 if (gCodeObjects == nullptr) { in RegisterHandlerData()
184 memset(gCodeObjects + gNumCodeObjects, 0, in RegisterHandlerData()
185 sizeof(*gCodeObjects) * (new_size - gNumCodeObjects)); in RegisterHandlerData()
187 gCodeObjects[j].next_free = j + 1; in RegisterHandlerData()
[all …]
Dhandler-shared.cc51 CodeProtectionInfoListEntry* gCodeObjects = nullptr; variable
Dtrap-handler-internal.h61 extern CodeProtectionInfoListEntry* gCodeObjects;
Dhandler-inside.cc49 const CodeProtectionInfo* data = gCodeObjects[i].code_info; in TryFindLandingPad()