Searched defs:sf (Results 1 – 9 of 9) sorted by relevance
39 SubFoo sf = new SubFoo(); in instanceFieldTest() local64 SubFoo sf = new SubFoo(); in instanceFieldTest2() local
186 Handle<EmulatedStackFrame> sf(hs.NewHandle( in CreateFromShadowFrameAndArgs() local
86 static void DeleteDeoptimizedFrame(ShadowFrame* sf) { in DeleteDeoptimizedFrame()
57 static float sf; field in Main
391 Handle<mirror::EmulatedStackFrame> sf( in MethodHandleInvokeTransform() local
2457 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf) : self_(self), sf_(sf) { in ScopedStackedShadowFramePusher()2462 ShadowFrame* sf = self_->PopStackedShadowFrame(); in ~ScopedStackedShadowFramePusher() local
431 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame()
574 ShadowFrame* sf, in BuildQuickShadowFrameVisitor()
228 std::unique_ptr<ScratchFile> sf; local