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 201 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) {
235 AppendInstruction(null_check);
294 AppendInstruction(new (arena_) HSuspendCheck(0u));
295 AppendInstruction(new (arena_) HGoto(0u));
298 AppendInstruction(new (arena_) HExit());
338 AppendInstruction(new (arena_) HNativeDebugInfo(dex_pc));
355 AppendInstruction(new (arena_) HGoto());
465 AppendInstruction(parameter);
483 AppendInstruction(parameter);
500 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 329 milliseconds