Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dconfig.h21 #define ARK_NOINLINE __attribute__((noinline)) macro
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h102 ARK_NOINLINE JSTaggedValue ICRuntimeStub::LoadICByName(JSThread *thread, ProfileTypeInfo *profileTy… in LoadICByName()
130 ARK_NOINLINE JSTaggedValue ICRuntimeStub::LoadICByValue(JSThread *thread, ProfileTypeInfo *profileT… in LoadICByValue()
159 ARK_NOINLINE JSTaggedValue ICRuntimeStub::StoreICByValue(JSThread *thread, ProfileTypeInfo *profile… in StoreICByValue()
185 ARK_NOINLINE JSTaggedValue ICRuntimeStub::StoreICByName(JSThread *thread, ProfileTypeInfo *profileT… in StoreICByName()