Home
last modified time | relevance | path

Searched defs:closure (Results 1 – 6 of 6) sorted by relevance

/art/runtime/lambda/
Dbox_table.cc52 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
Dclosure_test.cc205 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
Dclosure_builder.cc71 void ClosureBuilder::CaptureVariableLambda(Closure* closure) { in CaptureVariableLambda()
110 Closure* closure = new (memory) Closure; in CreateInPlace() local
Dclosure.cc376 size_t Closure::GetClosureSize(const uint8_t* closure) { in GetClosureSize()
/art/runtime/jit/
Djit_code_cache.cc544 MarkCodeClosure closure(this, &barrier); in MarkCompiledCodeOnThreadStacks() local
/art/runtime/gc/
Dheap.cc1416 TrimIndirectReferenceTableClosure closure(&barrier); in TrimIndirectReferenceTables() local