Searched refs:TableGet (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/strings/ |
H A D | unicode.cc | 37 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 D | wasm-opcodes-inl.h | 174 CASE_OP(TableGet, "table.get") in OpcodeName()
|
H A D | graph-builder-interface.cc | 441 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 D | function-body-decoder-impl.h | 949 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 D | wasm-opcodes.h | 73 V(TableGet, 0x25, _) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 381 Node* TableGet(uint32_t table_index, Node* index,
|
H A D | wasm-compiler.cc | 3753 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 D | liftoff-compiler.cc | 2485 void TableGet(FullDecoder* decoder, const Value&, Value*,
|
Completed in 41 milliseconds