Searched refs:TableGet (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/strings/ |
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()
|
/external/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 165 CASE_OP(TableGet, "table.get") in OpcodeName()
|
D | graph-builder-interface.cc | 333 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()
|
D | wasm-opcodes.h | 65 V(TableGet, 0x25, _) \
|
D | function-body-decoder-impl.h | 972 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/ |
D | wasm-compiler.h | 297 Node* TableGet(uint32_t table_index, Node* index,
|
D | wasm-compiler.cc | 3606 Node* WasmGraphBuilder::TableGet(uint32_t table_index, Node* index, in TableGet() function in v8::internal::compiler::WasmGraphBuilder
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1885 void TableGet(FullDecoder* decoder, const Value& index, Value* result, in TableGet() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler
|