Home
last modified time | relevance | path

Searched refs:kLocalVoid (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-constants.h21 kLocalVoid = 0x40, enumerator
Dvalue-type.h224 return kLocalVoid; in ValueTypeCodeFor()
Dfunction-body-decoder-impl.h241 case kLocalVoid: in decode_local_type()
/external/v8/src/asmjs/
Dasm-parser.cc290 current_function_builder_->EmitWithU8(kExprBlock, kLocalVoid); in Begin()
297 current_function_builder_->EmitWithU8(kExprLoop, kLocalVoid); in Loop()
1083 current_function_builder_->EmitWithU8(kExprIf, kLocalVoid); in IfStatement()
1167 current_function_builder_->EmitWithU8(kExprBlock, kLocalVoid); in DoStatement()
1208 current_function_builder_->EmitWithU8(kExprBlock, kLocalVoid); in ForStatement()
1308 current_function_builder_->EmitWithU8(kExprBlock, kLocalVoid); in SwitchStatement()