Home
last modified time | relevance | path

Searched refs:index_val (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1476 const Value& index_val, Value* result) { in LoadMem() argument
1509 const Value& index_val, const Value& value_val) { in StoreMem() argument
1647 void CallIndirect(FullDecoder* decoder, const Value& index_val, in CallIndirect() argument
/external/v8/src/compiler/
Dwasm-compiler.cc3103 uintptr_t index_val = match.Value(); in BoundsCheckMem() local
3104 if (index_val < env_->min_memory_size - end_offset) { in BoundsCheckMem()