Home
last modified time | relevance | path

Searched refs:TableGet (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/strings/
Dunicode.cc37 static inline uchar TableGet(const int32_t* table, int index) { in TableGet() function
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
79 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate()
116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
121 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
133 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping()
/external/v8/src/wasm/
Dwasm-opcodes-inl.h165 CASE_OP(TableGet, "table.get") in OpcodeName()
Dgraph-builder-interface.cc333 void TableGet(FullDecoder* decoder, const Value& index, Value* result, in TableGet() function in v8::internal::wasm::__anonfc9fbc4f0111::WasmGraphBuildingInterface
335 result->node = BUILD(TableGet, imm.index, index.node, decoder->position()); in TableGet()
Dwasm-opcodes.h65 V(TableGet, 0x25, _) \
Dfunction-body-decoder-impl.h972 F(TableGet, const Value& index, Value* result, \
2841 DECODE(TableGet) {
2847 CALL_INTERFACE_IF_REACHABLE(TableGet, index, result, imm);
3129 DECODE_IMPL(TableGet);
/external/v8/src/compiler/
Dwasm-compiler.h297 Node* TableGet(uint32_t table_index, Node* index,
Dwasm-compiler.cc3606 Node* WasmGraphBuilder::TableGet(uint32_t table_index, Node* index, in TableGet() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1885 void TableGet(FullDecoder* decoder, const Value& index, Value* result, in TableGet() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler