Home
last modified time | relevance | path

Searched defs:TableSlot (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dclass_table-inl.h31 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass) in TableSlot() function
225 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash) in TableSlot() function
230 inline ClassTable::TableSlot::TableSlot(uint32_t ptr, uint32_t descriptor_hash) in TableSlot() function
H A Dclass_table.h54 TableSlot() : data_(0u) {} in TableSlot() function
56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1217 SDValue TableSlot = DAG.getConstant(0, DL, MVT::i32); in LowerCall() local