Home
last modified time | relevance | path

Searched refs:LOG_DISASM (Results 1 – 9 of 9) sorted by relevance

/third_party/vixl/src/aarch64/
Dsimulator-constants-aarch64.h122 LOG_DISASM = 1 << 0, // Log disassembly. enumerator
131 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE | LOG_BRANCH
Dsimulator-aarch64.cc788 bool disasm_before = trace_parameters_ & LOG_DISASM; in Simulator()
790 bool disasm_after = trace_parameters_ & LOG_DISASM; in Simulator()
13872 VIXL_ASSERT((parameters & LOG_DISASM) == 0); in Simulator()
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h552 LOG_DISASM = 1 << 1, // Use only with TRACE. Disassemble the code. enumerator
560 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE,
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.h139 if (Test::trace_sim()) trace_parameters |= LOG_DISASM; \
Dtest-trace-aarch64.cc3074 TEST(disasm) { TraceTestHelper(false, LOG_DISASM, REF("log-disasm")); } in TEST()
3089 TraceTestHelper(true, LOG_DISASM, REF("log-disasm-colour")); in TEST()
Dtest-simulator-aarch64.cc83 __ Trace(LOG_DISASM, TRACE_ENABLE); \
/third_party/vixl/test/aarch64/examples/
Dtest-examples.cc173 if (Test::trace_sim()) trace_parameters |= LOG_DISASM; \
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1370 if (new_parameters & LOG_DISASM) { in set_log_parameters()
1375 if (new_parameters & LOG_DISASM) { in set_log_parameters()
Dsimulator-arm64.cc3546 set_log_parameters(log_parameters() | LOG_DISASM); in ExecDebugCommand()
3550 set_log_parameters(log_parameters() & ~LOG_DISASM); in ExecDebugCommand()
3813 set_log_parameters(log_parameters_ | LOG_DISASM); in ExecDebugCommand()
3867 DCHECK_EQ(parameters & LOG_DISASM, 0); in VisitException()