Home
last modified time | relevance | path

Searched refs:branch_hint (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x87/
Ddisasm-x87.cc942 const char* branch_hint = NULL; in InstructionDecode() local
945 branch_hint = "predicted taken"; in InstructionDecode()
948 branch_hint = "predicted not taken"; in InstructionDecode()
970 data += JumpConditionalShort(data, branch_hint); in InstructionDecode()
1142 data += JumpConditional(data, branch_hint); in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc1254 const char* branch_hint = NULL; in InstructionDecode() local
1257 branch_hint = "predicted taken"; in InstructionDecode()
1260 branch_hint = "predicted not taken"; in InstructionDecode()
1295 data += JumpConditionalShort(data, branch_hint); in InstructionDecode()
1489 data += JumpConditional(data, branch_hint); in InstructionDecode()
/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.h486 uint32_t branch_hint; /* gah! */