Searched refs:DecodeLoadMem (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | ast-decoder.cc | 1048 len = DecodeLoadMem(kAstI32, MachineType::Int8()); in DecodeFunctionBody() 1051 len = DecodeLoadMem(kAstI32, MachineType::Uint8()); in DecodeFunctionBody() 1054 len = DecodeLoadMem(kAstI32, MachineType::Int16()); in DecodeFunctionBody() 1057 len = DecodeLoadMem(kAstI32, MachineType::Uint16()); in DecodeFunctionBody() 1060 len = DecodeLoadMem(kAstI32, MachineType::Int32()); in DecodeFunctionBody() 1063 len = DecodeLoadMem(kAstI64, MachineType::Int8()); in DecodeFunctionBody() 1066 len = DecodeLoadMem(kAstI64, MachineType::Uint8()); in DecodeFunctionBody() 1069 len = DecodeLoadMem(kAstI64, MachineType::Int16()); in DecodeFunctionBody() 1072 len = DecodeLoadMem(kAstI64, MachineType::Uint16()); in DecodeFunctionBody() 1075 len = DecodeLoadMem(kAstI64, MachineType::Int32()); in DecodeFunctionBody() [all …]
|