HomeSort by relevance Sort by last modified time
    Searched refs:GetInstruction (Results 1 - 23 of 23) sorted by null

  /external/boringssl/src/fipstools/
cavp_ctr_drbg_test.cc 30 if (!t->GetInstruction(&test_type, "AES-256 no df") ||
31 !t->GetInstruction(&prediction_resistance, "PredictionResistance") ||
32 !t->GetInstruction(&entropy_input_len, "EntropyInputLen") ||
33 !t->GetInstruction(&nonce_len, "NonceLen") ||
34 !t->GetInstruction(&personalization_str_len,
36 !t->GetInstruction(&additional_input_len, "AdditionalInputLen") ||
37 !t->GetInstruction(&returned_bits_len, "ReturnedBitsLen") ||
cavp_aes_gcm_test.cc 50 if (!t->GetInstruction(&key_len_str, "Keylen") ||
51 !t->GetInstruction(&iv_len_str, "IVlen") ||
52 !t->GetInstruction(&pt_len_str, "PTlen") ||
53 !t->GetInstruction(&aad_len_str, "AADlen") ||
54 !t->GetInstruction(&tag_len_str, "Taglen")) {
88 if (!t->GetInstruction(&key_len, "Keylen") ||
89 !t->GetInstruction(&iv_len, "IVlen") ||
90 !t->GetInstruction(&pt_len_str, "PTlen") ||
91 !t->GetInstruction(&aad_len_str, "AADlen") ||
92 !t->GetInstruction(&tag_len, "Taglen"))
    [all...]
cavp_rsa2_keygen_test.cc 31 if (!t->GetInstruction(&mod_str, "mod") ||
32 !t->GetInstruction(&table, "Table for M-R Test") ||
cavp_hmac_test.cc 29 if (!t->GetInstruction(&md_len_str, "L")) {
cavp_sha_test.cc 44 if (!t->GetInstruction(&out_len, "L") ||
cavp_keywrap_test.cc 70 if (!t->GetInstruction(&unused, "PLAINTEXT LENGTH") ||
cavp_rsa2_sigver_test.cc 44 if (!t->GetInstruction(&mod_str, "mod")) {
cavp_sha_monte_test.cc 45 if (!t->GetInstruction(&out_len, "L") ||
cavp_rsa2_siggen_test.cc 43 if (!t->GetInstruction(&mod_str, "mod") ||
cavp_tdes_test.cc 76 t->GetInstruction(&num_keys_str, "NumKeys");
197 if (!t->GetInstruction(&num_keys_str, "NumKeys")) {
  /art/compiler/optimizing/
gvn.cc 105 HInstruction* existing = node->GetInstruction();
120 if (node->GetInstruction() == instruction) {
130 return node->GetInstruction()->GetSideEffects().MayDependOn(side_effects);
152 return !predecessor->Contains(node->GetInstruction());
207 HInstruction* GetInstruction() const { return instruction_; }
scheduler.cc 418 const HInstruction* instruction = node->GetInstruction();
441 const HInstruction* predecessor_instruction = predecessor->GetInstruction();
446 const HInstruction* predecessor_instruction = predecessor->GetInstruction();
467 const HInstruction* instruction = node->GetInstruction();
492 const HInstruction* instruction = prev_select_->GetInstruction();
648 Schedule(scheduling_node->GetInstruction());
scheduler.h 191 HInstruction* GetInstruction() const { return instruction_; }
353 Visit(node->GetInstruction());
graph_checker.cc 401 HInstruction* input = input_record.GetInstruction();
715 if (input_records[0].GetInstruction() == phi) {
723 HInstruction* input = input_records[i].GetInstruction();
    [all...]
bounds_check_elimination.cc 135 HInstruction* GetInstruction() const { return instruction_; }
    [all...]
nodes.h     [all...]
register_allocation_resolver.cc 390 << "@" << safepoint_position->GetInstruction()->DebugName()
391 << '(' << safepoint_position->GetInstruction()->GetId() << ')';
nodes.cc     [all...]
code_generator.h 121 HInstruction* GetInstruction() const {
    [all...]
ssa_liveness_analysis.h 247 HInstruction* GetInstruction() const {
    [all...]
code_generator.cc 221 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);
    [all...]
  /external/boringssl/src/crypto/test/
file_test.h 171 // GetInstruction looks up the instruction with key |key|. It sets
175 bool GetInstruction(std::string *out_value, const std::string &key);
file_test.cc 254 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) {

Completed in 257 milliseconds