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

  /art/runtime/lambda/
closure.h 79 uint32_t GetCapturedPrimitiveNarrow(size_t index) const;
closure.cc 201 uint32_t Closure::GetCapturedPrimitiveNarrow(size_t index) const {
closure_test.cc 206 EXPECT_EQ(ExpandingBitCast<uint32_t>(value), closure->GetCapturedPrimitiveNarrow(index))
  /art/runtime/interpreter/
interpreter_common.h 574 lambda_closure->GetCapturedPrimitiveNarrow(captured_variable_index);
    [all...]

Completed in 33 milliseconds