Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h143 void UpdateCallMethodFlagMap(uint32_t methodOffset, const MethodLiteral *method);
Dts_inline_lowering.cpp149 UpdateCallMethodFlagMap(methodOffset, inlinedMethod); in TryInline()
759 void TSInlineLowering::UpdateCallMethodFlagMap(uint32_t methodOffset, const MethodLiteral *method) in UpdateCallMethodFlagMap() function in panda::ecmascript::kungfu::TSInlineLowering