Searched refs:MethodEntry (Results 1 – 8 of 8) sorted by relevance
136 void MethodEntry(JSHandle<Method> method) in MethodEntry() function138 dropframeManager_.MethodEntry(jsThread_, method); in MethodEntry()
41 virtual void MethodEntry(JSHandle<Method> method) = 0;109 listener_->MethodEntry(methodHandle); in MethodEntryEvent()
31 void MethodEntry(JSThread *thread, JSHandle<Method> method);
210 void JSDebugger::MethodEntry(JSHandle<Method> method) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger220 debuggerMgr->MethodEntry(method); in MethodEntry()
151 void MethodEntry(JSHandle<Method> method) override;
75 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method) in MethodEntry() function in panda::ecmascript::tooling::DropframeManager
64 static inline void MethodEntry(JSThread *thread);
881 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function1413 MethodEntry(thread); in RunInternal()