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 200 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) {
234 AppendInstruction(null_check);
293 AppendInstruction(new (arena_) HSuspendCheck(0u));
294 AppendInstruction(new (arena_) HGoto(0u));
297 AppendInstruction(new (arena_) HExit());
332 AppendInstruction(new (arena_) HNativeDebugInfo(dex_pc));
345 AppendInstruction(new (arena_) HGoto());
455 AppendInstruction(parameter);
470 AppendInstruction(parameter);
487 AppendInstruction(comparison)
    [all...]
instruction_builder.h 105 void AppendInstruction(HInstruction* instruction);
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen.h 85 // AppendInstruction adds a new instruction, ensuring that |jt| and
87 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 76 milliseconds