Searched refs:opcode_length (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 3420 uint32_t opcode_length = 0; in DECODE() local 3422 this->pc_, &opcode_length, "numeric index"); in DECODE() 3428 return DecodeNumericOpcode(full_opcode, opcode_length); in DECODE() 3440 uint32_t opcode_length = 0; in DECODE() local 3442 this->pc_, &opcode_length); in DECODE() 3448 return DecodeSimdOpcode(full_opcode, opcode_length); in DECODE() 3453 uint32_t opcode_length = 0; in DECODE() local 3455 this->pc_, &opcode_length, "atomic index"); in DECODE() 3457 return DecodeAtomicOpcode(full_opcode, opcode_length); in DECODE() 3462 uint32_t opcode_length in DECODE() local 3774 DecodeLoadTransformMem(LoadType type, LoadTransformationKind transform, uint32_t opcode_length) DecodeLoadTransformMem() argument 3792 DecodeLoadLane(WasmOpcode opcode, LoadType type, uint32_t opcode_length) DecodeLoadLane() argument 3810 DecodeStoreLane(WasmOpcode opcode, StoreType type, uint32_t opcode_length) DecodeStoreLane() argument 3839 SimdConstOp(uint32_t opcode_length) SimdConstOp() argument 3847 SimdExtractLane(WasmOpcode opcode, ValueType type, uint32_t opcode_length) SimdExtractLane() argument 3861 SimdReplaceLane(WasmOpcode opcode, ValueType type, uint32_t opcode_length) SimdReplaceLane() argument 3875 Simd8x16ShuffleOp(uint32_t opcode_length) Simd8x16ShuffleOp() argument 3889 DecodeSimdOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeSimdOpcode() argument 4052 DecodeGCOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeGCOpcode() argument 4928 DecodeAtomicOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeAtomicOpcode() argument 4991 DecodeNumericOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeNumericOpcode() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 592 * the `opcode_length' table, and the value in `Pop_Push_Count' is set 1205 const FT_Char opcode_length[256] = variable 3416 exc->length = opcode_length[exc->opcode]; in SkipCode() 7890 if ( ( exc->length = opcode_length[exc->opcode] ) < 0 ) in FT_EXPORT_DEF()
|
Completed in 19 milliseconds