Home
last modified time | relevance | path

Searched refs:methodType_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp326 methodType_.push(methodType); in PushMethodType()
331 ASSERT(!methodType_.empty()); in CheckIsSendableMethod()
332 return methodType_.top() == MethodType::SENDABLE_METHOD; in CheckIsSendableMethod()
337 if (!methodType_.empty()) { in PopMethodType()
338 methodType_.pop(); in PopMethodType()
H A Ddropframe_manager.h70 std::stack<MethodType> methodType_; member in panda::ecmascript::tooling::DropframeManager

Completed in 1 milliseconds