HomeSort by relevance Sort by last modified time
    Searched refs:DEF_CASE (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
interface-descriptors.cc 46 #define DEF_CASE(NAME) \
49 INTERFACE_DESCRIPTOR_LIST(DEF_CASE)
50 #undef DEF_CASE
code-stubs.cc 205 #define DEF_CASE(name) case name: return #name "Stub";
206 CODE_STUB_LIST(DEF_CASE)
207 #undef DEF_CASE
232 #define DEF_CASE(NAME) \
239 CODE_STUB_LIST(DEF_CASE)
240 #undef DEF_CASE
    [all...]

Completed in 61 milliseconds