Searched refs:kWasm (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | verifier.h | 26 enum CodeType { kDefault, kWasm }; enumerator
|
D | verifier.cc | 114 if (code_type != kWasm && node->op()->EffectOutputCount() > 0) { in Check()
|
D | pipeline.cc | 1957 code_type = Verifier::kWasm; in Run()
|
/external/v8/src/wasm/ |
D | value-type.h | 91 #define VALUE_TYPE(type, ...) kWasm##type, 158 #define VALUE_TYPE(type, ...) kWasm##type,
|
D | wasm-opcodes.cc | 513 return MessageTemplate::kWasm##name; in TrapReasonToMessageId()
|
D | wasm-interpreter.cc | 1294 case kWasm##wasm: \ in InitLocals() 2352 case kWasm##wasm: \ in Execute() 2373 case kWasm##wasm: \ in Execute()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 629 EmitUnOp<kWasm##type, kWasm##type>( \ in UnOp() 636 EmitFloatUnOpWithCFallback<kWasm##type>(&LiftoffAssembler::emit_##fn, \ in UnOp() 641 EmitTypeConversion<kWasm##dst_type, kWasm##src_type, can_trap>( \ in UnOp() 767 return EmitBinOp<kWasm##type, kWasm##type>( \ in BinOp()
|