HomeSort by relevance Sort by last modified time
    Searched refs:GetInstruction (Results 1 - 24 of 24) 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_tlskdf_test.cc 59 !t->GetInstruction(&key_block_len_str, "key block length") ||
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 107 HInstruction* existing = node->GetInstruction();
122 if (node->GetInstruction() == instruction) {
132 return node->GetInstruction()->GetSideEffects().MayDependOn(side_effects);
154 return !predecessor->Contains(node->GetInstruction());
195 HInstruction* GetInstruction() const { return instruction_; }
scheduler.cc 407 const HInstruction* instruction = node->GetInstruction();
430 const HInstruction* predecessor_instruction = predecessor->GetInstruction();
435 const HInstruction* predecessor_instruction = predecessor->GetInstruction();
456 const HInstruction* instruction = node->GetInstruction();
481 const HInstruction* instruction = prev_select_->GetInstruction();
637 Schedule(scheduling_node->GetInstruction());
scheduler.h 201 HInstruction* GetInstruction() const { return instruction_; }
363 Visit(node->GetInstruction());
graph_checker.cc 413 HInstruction* input = input_record.GetInstruction();
727 if (input_records[0].GetInstruction() == phi) {
735 HInstruction* input = input_records[i].GetInstruction();
    [all...]
bounds_check_elimination.cc 136 HInstruction* GetInstruction() const { return instruction_; }
    [all...]
nodes.h     [all...]
register_allocation_resolver.cc 393 << "@" << safepoint_position->GetInstruction()->DebugName()
394 << '(' << safepoint_position->GetInstruction()->GetId() << ')';
nodes.cc     [all...]
code_generator.h 125 HInstruction* GetInstruction() const {
    [all...]
ssa_liveness_analysis.h 249 HInstruction* GetInstruction() const {
    [all...]
code_generator.cc 368 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);
    [all...]
  /external/boringssl/src/crypto/test/
file_test.h 176 // GetInstruction looks up the instruction with key |key|. It sets
180 bool GetInstruction(std::string *out_value, const std::string &key);
file_test.cc 278 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) {

Completed in 838 milliseconds