Searched refs:check_global (Results 1 – 2 of 2) sorted by relevance
1001 StoreGlobalStub(Isolate* isolate, bool is_constant, bool check_global) in StoreGlobalStub() argument1004 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
1220 if (stub->check_global()) { in BuildCodeInitializedStub()