HomeSort by relevance Sort by last modified time
    Searched refs:gCodeObjects (Results 1 - 4 of 4) sorted by null

  /external/v8/src/trap-handler/
handler-outside.cc 70 DCHECK(IsDisjoint(code_info, gCodeObjects[i].code_info));
77 const auto* data = gCodeObjects[i].code_info;
95 i = gCodeObjects[i].next_free) {
105 if (gCodeObjects[i].code_info == nullptr) {
177 gCodeObjects = static_cast<CodeProtectionInfoListEntry*>(
178 realloc(gCodeObjects, sizeof(*gCodeObjects) * new_size));
180 if (gCodeObjects == nullptr) {
184 memset(gCodeObjects + gNumCodeObjects, 0,
185 sizeof(*gCodeObjects) * (new_size - gNumCodeObjects))
    [all...]
handler-shared.cc 51 CodeProtectionInfoListEntry* gCodeObjects = nullptr;
trap-handler-internal.h 49 // entries in the gCodeObjects table. Each entry contains a {next_free} field,
61 extern CodeProtectionInfoListEntry* gCodeObjects;
handler-inside.cc 49 const CodeProtectionInfo* data = gCodeObjects[i].code_info;

Completed in 696 milliseconds