Searched refs:InterpreterCode (Results 1 – 1 of 1) sorted by relevance
647 struct InterpreterCode { struct667 SideTable(Zone* zone, const WasmModule* module, InterpreterCode* code) in SideTable()920 InterpreterCode* interpreter_code;925 ExternalCallResult(Type type, InterpreterCode* code) in ExternalCallResult()936 ZoneVector<InterpreterCode> interpreter_code_;965 InterpreterCode* GetCode(const WasmFunction* function) { in GetCode()966 InterpreterCode* code = GetCode(function->func_index); in GetCode()971 InterpreterCode* GetCode(uint32_t function_index) { in GetCode()976 InterpreterCode* GetIndirectCode(uint32_t table_index, uint32_t entry_index) { in GetIndirectCode()1006 InterpreterCode* Preprocess(InterpreterCode* code) { in Preprocess()[all …]