Home
last modified time | relevance | path

Searched refs:check_global (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stubs.h1257 bool check_global) in StoreGlobalStub() argument
1263 CheckGlobalBits::encode(check_global)); in StoreGlobalStub()
1277 if (check_global()) { in GetCodeCopyFromTemplate()
1297 bool check_global() const { return CheckGlobalBits::decode(sub_minor_key()); } in check_global() function
Dcode-stubs-hydrogen.cc1729 if (stub->check_global()) { in BuildCodeInitializedStub()