Home
last modified time | relevance | path

Searched refs:ToImpl (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.cc2993 ThreadImpl* ToImpl(WasmInterpreter::Thread* thread) { in ToImpl() function
3001 const InterpretedFrameImpl* ToImpl(const InterpretedFrame* frame) { in ToImpl() function
3014 return ToImpl(this)->state(); in state()
3018 ToImpl(this)->InitFrame(function, args); in InitFrame()
3021 return ToImpl(this)->Run(num_steps); in Run()
3023 void WasmInterpreter::Thread::Pause() { return ToImpl(this)->Pause(); } in Pause()
3024 void WasmInterpreter::Thread::Reset() { return ToImpl(this)->Reset(); } in Reset()
3027 return ToImpl(this)->HandleException(isolate); in HandleException()
3030 return ToImpl(this)->GetBreakpointPc(); in GetBreakpointPc()
3033 return ToImpl(this)->GetFrameCount(); in GetFrameCount()
[all …]
/external/clang/lib/AST/
DASTImporter.cpp4071 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl() local
4072 if (!ToImpl) { in VisitObjCCategoryImplDecl()
4078 ToImpl = ObjCCategoryImplDecl::Create(Importer.getToContext(), DC, in VisitObjCCategoryImplDecl()
4091 ToImpl->setLexicalDeclContext(LexicalDC); in VisitObjCCategoryImplDecl()
4094 LexicalDC->addDeclInternal(ToImpl); in VisitObjCCategoryImplDecl()
4095 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
4098 Importer.Imported(D, ToImpl); in VisitObjCCategoryImplDecl()
4100 return ToImpl; in VisitObjCCategoryImplDecl()
4279 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() local
4282 if (!ToImpl) { in VisitObjCPropertyImplDecl()
[all …]