Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter_unittest.cc61 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
70 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
79 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
89 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
99 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
110 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
124 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
140 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
153 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE) + in TEST()
165 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE) + in TEST()
[all …]
Dautomatic_profile_resetter_unittest.cc247 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit1"), in ConstructProgram()
250 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit2"), in ConstructProgram()
253 bytecode += OP_STORE_BOOL(GetHash("should_prompt"), in ConstructProgram()
257 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit1"), in ConstructProgram()
263 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit2"), VALUE_TRUE); in ConstructProgram()
264 bytecode += OP_STORE_BOOL(GetHash("had_prompted_already"), VALUE_TRUE); in ConstructProgram()
268 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit3"), VALUE_TRUE); in ConstructProgram()
269 bytecode += OP_STORE_BOOL(GetHash("had_prompted_already"), VALUE_TRUE); in ConstructProgram()
273 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit4"), VALUE_TRUE); in ConstructProgram()
274 bytecode += OP_STORE_BOOL(GetHash("had_prompted_already"), VALUE_TRUE); in ConstructProgram()
[all …]
Djtl_instructions.h18 #define OP_STORE_BOOL(name, value) std::string(1, '\x10') + name + value macro
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler_unittest.cc50 OP_STORE_BOOL(GetHash("name"), VALUE_TRUE)}, in TEST()
99 OP_STORE_BOOL(GetHash("x"), VALUE_TRUE) + OP_END_OF_SENTENCE + in TEST()