Home
last modified time | relevance | path

Searched refs:code_label (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp42 const char *code_label = "code"; in GetDescription() local
240 strm.Printf(" (%s=%s", code_label, code_desc); in GetDescription()
242 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code); in GetDescription()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlcode.c415 static int code_label (FuncState *fs, int A, int b, int jump) { in code_label() function
478 p_f = code_label(fs, reg, 0, 1); in exp2reg()
479 p_t = code_label(fs, reg, 1, 0); in exp2reg()