Home
last modified time | relevance | path

Searched defs:SetReturnValue (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/util/
H A Dbit_vector_test.cpp57 TEST(BitVectorTest, SetReturnValue) { in TEST() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/util/
H A Dbit_vector_test.cpp57 TEST(BitVectorTest, SetReturnValue) { in TEST() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/util/
Dbit_vector_test.cpp57 TEST(BitVectorTest, SetReturnValue) { in TEST() argument
/aosp_15_r20/art/runtime/mirror/
H A Demulated_stack_frame.cc235 void EmulatedStackFrame::SetReturnValue(Thread* self, const JValue& value) { in SetReturnValue() function in art::mirror::EmulatedStackFrame