Searched defs:closure (Results 1 – 6 of 6) sorted by relevance
/art/runtime/lambda/ |
D | box_table.cc | 52 Closure* closure = reinterpret_cast<Closure*>(new char[size]); in Allocate() local 68 Closure* closure = key_value_pair.first; in ~BoxTable() local 78 mirror::Object* BoxTable::BoxLambda(const ClosureType& closure) { in BoxLambda() 239 const ClosureType& closure = key_value_pair.first; in SweepWeakBoxedLambdas() local 306 const lambda::Closure* closure = key; in operator ()() local
|
D | closure_test.cc | 205 ExpectCapturedVariable(const Closure* closure, size_t index, T value) { in ExpectCapturedVariable() 212 ExpectCapturedVariable(const Closure* closure, size_t index, T value) { in ExpectCapturedVariable() 220 ExpectCapturedVariable(const Closure* closure, size_t index, const T* object) { in ExpectCapturedVariable() 279 static void TestPrimitiveWithClosure(Closure* closure, in TestPrimitiveWithClosure() 292 const Closure* closure, const char* shorty, size_t index, T arg, Args ... args) { in TestPrimitiveExpects() 301 static void TestPrimitiveExpects(const Closure* closure, const char* shorty, size_t index) { in TestPrimitiveExpects() 314 std::unique_ptr<Closure> closure = CreateClosureStaticVariables(&lambda_method); in TEST_F() local
|
D | closure_builder.cc | 71 void ClosureBuilder::CaptureVariableLambda(Closure* closure) { in CaptureVariableLambda() 110 Closure* closure = new (memory) Closure; in CreateInPlace() local
|
D | closure.cc | 376 size_t Closure::GetClosureSize(const uint8_t* closure) { in GetClosureSize()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 544 MarkCodeClosure closure(this, &barrier); in MarkCompiledCodeOnThreadStacks() local
|
/art/runtime/gc/ |
D | heap.cc | 1416 TrimIndirectReferenceTableClosure closure(&barrier); in TrimIndirectReferenceTables() local
|