OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_STORE_HASH
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
jtl_instructions.h
21
#define
OP_STORE_HASH
(name, value) std::string(1, '\x12') + name + value
jtl_interpreter_unittest.cc
154
OP_STORE_HASH
(VAR_HASH_2, VALUE_HASH_1),
375
store_op =
OP_STORE_HASH
(VAR_HASH_1, cases[i].stored_value);
480
store_op =
OP_STORE_HASH
(VAR_HASH_1, cases[i].stored_value);
662
OP_STORE_HASH
(GetHash("output2"), VALUE_HASH_1),
automatic_profile_resetter_unittest.cc
276
bytecode +=
OP_STORE_HASH
(GetHash("memento_value_in_prefs"),
279
bytecode +=
OP_STORE_HASH
(GetHash("memento_value_in_local_state"),
282
bytecode +=
OP_STORE_HASH
(GetHash("memento_value_in_file"),
330
bytecode +=
OP_STORE_HASH
(GetHash("memento_value_in_prefs"),
333
bytecode +=
OP_STORE_HASH
(GetHash("memento_value_in_local_state"),
336
bytecode +=
OP_STORE_HASH
(GetHash("memento_value_in_file"),
[
all
...]
/external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc
54
OP_STORE_HASH
(GetHash("name"), GetHash("value"))},
56
OP_STORE_HASH
(GetHash("name"), GetHash("value"))},
101
OP_STORE_HASH
(GetHash("y"), GetHash("1")) + OP_END_OF_SENTENCE;
Completed in 26 milliseconds