Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A 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()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h174 CASE_OP(TableGet, "table.get") in OpcodeName()
H A Dgraph-builder-interface.cc441 void TableGet(FullDecoder* decoder, const Value& index, Value* result, in TableGet() function
444 builder_->TableGet(imm.index, index.node, decoder->position()); in TableGet()
H A Dfunction-body-decoder-impl.h949 F(TableGet, const Value& index, Value* result, \
3226 DECODE(TableGet) { in DECODE()
3232 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableGet, index, &result, imm); in DECODE()
3558 DECODE_IMPL(TableGet); in GetOpcodeHandlerTableEntry()
H A Dwasm-opcodes.h73 V(TableGet, 0x25, _) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h381 Node* TableGet(uint32_t table_index, Node* index,
H A Dwasm-compiler.cc3753 Node* WasmGraphBuilder::TableGet(uint32_t table_index, Node* index, in TableGet() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2485 void TableGet(FullDecoder* decoder, const Value&, Value*,

Completed in 41 milliseconds