HomeSort by relevance Sort by last modified time
    Searched refs:BoxTable (Results 1 - 4 of 4) sorted by null

  /art/runtime/lambda/
box_table.cc 59 BoxTable::BoxTable()
63 BoxTable::~BoxTable() {
78 mirror::Object* BoxTable::BoxLambda(const ClosureType& closure) {
157 bool BoxTable::UnboxLambda(mirror::Object* object, ClosureType* out_closure) {
196 BoxTable::ValueType BoxTable::FindBoxedLambda(const ClosureType& closure) const {
209 void BoxTable::BlockUntilWeaksAllowed() {
217 void BoxTable::SweepWeakBoxedLambdas(IsMarkedVisitor* visitor)
    [all...]
box_table.h 46 class BoxTable FINAL {
75 BoxTable();
76 ~BoxTable();
140 DISALLOW_COPY_AND_ASSIGN(BoxTable);
  /art/runtime/
runtime.h 59 class BoxTable;
562 lambda::BoxTable* GetLambdaBoxTable() const {
755 std::unique_ptr<lambda::BoxTable> lambda_box_table_;
runtime.cc     [all...]

Completed in 114 milliseconds