Home
last modified time | relevance | path

Searched refs:emit_label (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c659 static void emit_label (int label, const char *comment) in emit_label() function
873 emit_label(f->ret_target, NULL); in emit_func_post()
1479 emit_label(target_false, NULL); in emit_conditional_end()
1503 emit_label(cond_end, "end if"); in emit_if_conditional()
1577 emit_label(cond_end, "end conditional"); in emit_conditional_expr()
1769 emit_label(next_test, NULL); in emit_switch_statement()
1790 emit_label(switch_end, NULL); in emit_switch_statement()
1929 emit_label(loop_top, "loop top"); in emit_loop()
1956 emit_label(loop_continue, "'continue' iterator"); in emit_loop()
1982 emit_label(loop_botto in emit_loop()
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc3385 emit_label(ReadUnalignedValue<Label*>(reinterpret_cast<Address>(pc_))); in emit_operand()
3392 void Assembler::emit_label(Label* label) { in emit_label() function in v8::internal::Assembler
3435 emit_label(label); in dd()
H A Dassembler-ia32.h1718 void emit_label(Label* label);

Completed in 13 milliseconds