jtl                34 chrome/tools/profile_reset/jtl_compiler.cc     CHECK(jtl::Hasher::IsHash(hash));
jtl                56 chrome/tools/profile_reset/jtl_compiler.cc     Add(Instruction("go", jtl::NAVIGATE, Arguments(String)));
jtl                57 chrome/tools/profile_reset/jtl_compiler.cc     Add(Instruction("any", jtl::NAVIGATE_ANY, Arguments()));
jtl                58 chrome/tools/profile_reset/jtl_compiler.cc     Add(Instruction("back", jtl::NAVIGATE_BACK, Arguments()));
jtl                59 chrome/tools/profile_reset/jtl_compiler.cc     Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));
jtl                61 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::STORE_HASH, Arguments(String, HashString)));
jtl                63 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::STORE_HASH, Arguments(String, String)));
jtl                65 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::STORE_NODE_BOOL, Arguments(String)));
jtl                67 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::STORE_NODE_HASH, Arguments(String)));
jtl                69 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::STORE_NODE_REGISTERABLE_DOMAIN_HASH,
jtl                71 chrome/tools/profile_reset/jtl_compiler.cc     Add(Instruction("compare_bool", jtl::COMPARE_NODE_BOOL, Arguments(Bool)));
jtl                73 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_NODE_HASH, Arguments(String)));
jtl                75 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_NODE_HASH_NOT, Arguments(String)));
jtl                77 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_STORED_BOOL,
jtl                80 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_STORED_HASH,
jtl                83 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_NODE_TO_STORED_BOOL,
jtl                86 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_NODE_TO_STORED_HASH,
jtl                89 chrome/tools/profile_reset/jtl_compiler.cc                     jtl::COMPARE_NODE_SUBSTRING,
jtl                91 chrome/tools/profile_reset/jtl_compiler.cc     Add(Instruction("break", jtl::STOP_EXECUTING_SENTENCE, Arguments()));
jtl                98 chrome/tools/profile_reset/jtl_compiler.cc       const jtl::Hasher& hasher,
jtl               139 chrome/tools/profile_reset/jtl_compiler.cc               !jtl::Hasher::IsHash(hash_value))
jtl               150 chrome/tools/profile_reset/jtl_compiler.cc       target->WriteOpCode(jtl::END_OF_SENTENCE);
jtl               166 chrome/tools/profile_reset/jtl_compiler.cc     Instruction() : op_code(jtl::END_OF_SENTENCE) {}
jtl               173 chrome/tools/profile_reset/jtl_compiler.cc     jtl::OpCodes op_code;
jtl               208 chrome/tools/profile_reset/jtl_compiler.cc   jtl::Hasher hasher(hash_seed);