Home
last modified time | relevance | path

Searched refs:bind_to (Results 1 – 25 of 28) sorted by relevance

12

/third_party/alsa-utils/alsamixer/
Dconfigparser.c320 } bind_to = { in cfg_bind() local
330 bind_to.textbox_bindings = textbox_bindings; in cfg_bind()
357 if (bind_to.textbox_bindings == textbox_bindings) in cfg_bind()
373 if (bind_to.textbox_bindings == textbox_bindings) in cfg_bind()
374 bind_to.textbox_bindings[keys[i]] = command; in cfg_bind()
376 bind_to.mixer_bindings[keys[i]] = command; in cfg_bind()
/third_party/node/deps/v8/src/codegen/
Dlabel.h91 void bind_to(int pos) { in bind_to() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-label.h33 void bind_to(size_t offset) { in bind_to() function
Dbytecode-array-writer.cc166 loop_header->bind_to(current_offset); in BindLoopHeader()
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc570 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
583 L->bind_to(pos); in bind_to()
592 bind_to(L, pc_offset()); in bind()
Dassembler-s390.h1466 void bind_to(Label* L, int pos);
/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-generator.cc46 l->bind_to(pc_); in Bind()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc557 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
577 L->bind_to(pos); in bind_to()
590 bind_to(L, pc_offset()); in bind()
Dassembler-ppc.h1479 void bind_to(Label* L, int pos);
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc558 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
598 L->bind_to(pos); in bind_to()
607 bind_to(L, pc_offset()); in bind()
Dassembler-loong64.h987 void bind_to(Label* L, int pos);
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc1549 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
1601 L->bind_to(pos); in bind_to()
1607 bind_to(L, pc_offset()); in bind()
Dassembler-ia32.h1734 void bind_to(Label* L, int pos);
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc473 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
534 L->bind_to(pos); in bind_to()
537 void Assembler::bind(Label* L) { bind_to(L, pc_offset()); } in bind()
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc666 __ bind_to(&entry_label_, internal_failure_label_.pos()); in GetCode() local
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc698 __ bind_to(&entry_label_, internal_failure_label_.pos()); in GetCode() local
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc679 __ bind_to(&entry_label_, internal_failure_label_.pos()); in GetCode() local
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc727 __ bind_to(&entry_label_, internal_failure_label_.pos()); in GetCode() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc1028 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
1066 L->bind_to(pos); in bind_to()
1075 bind_to(L, pc_offset()); in bind()
Dassembler-mips.h1793 void bind_to(Label* L, int pos);
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc637 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
689 L->bind_to(pos); in bind_to()
698 bind_to(L, pc_offset()); in bind()
Dassembler-riscv64.h1697 void bind_to(Label* L, int pos);
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc954 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
994 L->bind_to(pos); in bind_to()
1003 bind_to(L, pc_offset()); in bind()
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.h1340 void bind_to(Label* L, int pos);
Dassembler-arm.cc994 void Assembler::bind_to(Label* L, int pos) { in bind_to() function in v8::internal::Assembler
1001 L->bind_to(pos); in bind_to()
1010 bind_to(L, pc_offset()); in bind()

12