Searched refs:CASE_CONST (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-text.cc | 160 #define CASE_CONST(type, str, cast_type) \ in PrintWasmText() macro 166 CASE_CONST(I32, i32, int32_t) in PrintWasmText() 167 CASE_CONST(I64, i64, int64_t) in PrintWasmText() 168 CASE_CONST(F32, f32, float) in PrintWasmText() 169 CASE_CONST(F64, f64, double) in PrintWasmText()
|