Home
last modified time | relevance | path

Searched refs:kDefaultStopCode (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h342 const int32_t kDefaultStopCode = -1; variable
Dassembler-arm.h635 void stop(Condition cond = al, int32_t code = kDefaultStopCode);
Dassembler-arm.cc2290 DCHECK_GE(code, kDefaultStopCode); in stop()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.h1033 void stop(Condition cond = al, int32_t code = kDefaultStopCode,
Dconstants-ppc.h2866 const int32_t kDefaultStopCode = -1; variable
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.h1277 void stop(Condition cond = al, int32_t code = kDefaultStopCode,
Dconstants-s390.h1791 const int32_t kDefaultStopCode = -1; variable