Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h1001 StoreGlobalStub(Isolate* isolate, bool is_constant, bool check_global) in StoreGlobalStub() argument
1004 CheckGlobalBits::encode(check_global)); in StoreGlobalStub()
1013 if (check_global()) { in GetCodeCopyFromTemplate()
1030 bool check_global() const { return CheckGlobalBits::decode(sub_minor_key()); } in check_global() function
Dcode-stubs-hydrogen.cc1220 if (stub->check_global()) { in BuildCodeInitializedStub()