Home
last modified time | relevance | path

Searched refs:IsSkippedMethod (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.h85 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod() function in panda::ecmascript::kungfu::PassContext
87 return bcInfoCollector_->IsSkippedMethod(methodOffset); in IsSkippedMethod()
H A Dbytecode_info_collector.h170 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod() function in panda::ecmascript::kungfu::BCInfo
328 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod() function in panda::ecmascript::kungfu::BytecodeInfoCollector
330 return bytecodeInfo_.IsSkippedMethod(methodOffset); in IsSkippedMethod()
H A Dts_inline_lowering.cpp114 if (methodOffset == 0 || ctx_->IsSkippedMethod(methodOffset)) { in TryInline()

Completed in 4 milliseconds