Searched defs:CodeType (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | verifier.h | 26 enum CodeType { kDefault, kWasm }; enum
|
/third_party/python/Lib/ |
D | types.py | 14 CodeType = type(_f.__code__) variable
|
/third_party/node/deps/v8/include/ |
D | v8-callbacks.h | 62 enum CodeType { BYTE_CODE, JIT_CODE, WASM_CODE }; enum
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 491 enum class CodeType { kFileName, kString, kFunction, kInvalid, kNone }; enum
|
/third_party/node/deps/v8/src/profiler/ |
D | profile-generator.h | 64 enum class CodeType { JS, WASM, OTHER }; enum
|
/third_party/node/deps/v8/tools/ |
D | profile.mjs | 369 static CodeType = { field in Profile
|
/third_party/jinja2/ |
D | environment.py | 1214 code: CodeType,
|