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

  /art/compiler/optimizing/
instruction_builder.cc 189 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) {
225 AppendInstruction(null_check);
284 AppendInstruction(new (arena_) HSuspendCheck(0u));
285 AppendInstruction(new (arena_) HGoto(0u));
288 AppendInstruction(new (arena_) HExit());
323 AppendInstruction(new (arena_) HNativeDebugInfo(dex_pc));
336 AppendInstruction(new (arena_) HGoto());
445 AppendInstruction(parameter);
460 AppendInstruction(parameter);
477 AppendInstruction(comparison)
    [all...]
instruction_builder.h 93 void AppendInstruction(HInstruction* instruction);
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen.h 88 // AppendInstruction adds a new instruction, ensuring that |jt| and
90 Node AppendInstruction(uint16_t code, uint32_t k, Node jt, Node jf);
codegen.cc 69 // results from AppendInstruction().
73 *node = AppendInstruction(code, k, jt, jf);
78 CodeGen::Node CodeGen::AppendInstruction(uint16_t code,
dump_bpf.cc 81 void AppendInstruction(std::string* dst, size_t pc, const sock_filter& insn) {
153 AppendInstruction(&res, i + 1, program[i]);

Completed in 61 milliseconds