Searched refs:EmitWithI32V (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 376 start->EmitWithI32V(kExprGlobalGet, import_index); in ValidateModule() 377 start->EmitWithI32V(kExprGlobalSet, VarIndex(global_import.var_info)); in ValidateModule() 963 current_function_builder_->EmitWithI32V(kExprGlobalGet, in ValidateFunctionLocals() 1294 current_function_builder_->EmitWithI32V(kExprBr, depth); in ContinueStatement() 1339 current_function_builder_->EmitWithI32V(kExprBrIf, table_pos++); in SwitchStatement() 1341 current_function_builder_->EmitWithI32V(kExprBr, table_pos++); in SwitchStatement() 1457 current_function_builder_->EmitWithI32V(kExprGlobalGet, VarIndex(info)); in Identifier()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 188 void EmitWithI32V(WasmOpcode opcode, int32_t immediate);
|
H A D | wasm-module-builder.cc | 120 void WasmFunctionBuilder::EmitWithI32V(WasmOpcode opcode, int32_t immediate) { in EmitWithI32V() function in v8::internal::wasm::WasmFunctionBuilder 147 EmitWithI32V(kExprI32Const, value); in EmitI32Const()
|
Completed in 7 milliseconds