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

  /bionic/tools/versioner/src/
CompilationType.h 26 struct CompilationType {
38 bool operator<(const CompilationType& other) const {
42 bool operator==(const CompilationType& other) const {
49 struct hash<CompilationType> {
50 size_t operator()(CompilationType type) const {
70 std::string to_string(const CompilationType& type);
  /external/v8/src/objects/
script.h 33 enum CompilationType { COMPILATION_TYPE_HOST = 0, COMPILATION_TYPE_EVAL = 1 };
109 inline CompilationType compilation_type();
110 inline void set_compilation_type(CompilationType type);

Completed in 459 milliseconds