Searched refs:imported_instances (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1609 LiftoffRegister imported_instances = tmp; in CallDirect() local 1610 LOAD_INSTANCE_FIELD(imported_instances, ImportedFunctionInstances, in CallDirect() 1613 __ Load(target_instance, imported_instances.gp(), no_reg, in CallDirect()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 2565 Node* imported_instances = LOAD_INSTANCE_FIELD(ImportedFunctionInstances, in BuildImportWasmCall() local 2567 Node* instance_node = LOAD_FIXED_ARRAY_SLOT(imported_instances, func_index); in BuildImportWasmCall() 2586 Node* imported_instances = LOAD_INSTANCE_FIELD(ImportedFunctionInstances, in BuildImportWasmCall() local 2590 graph()->NewNode(mcgraph()->machine()->IntAdd(), imported_instances, in BuildImportWasmCall()
|