Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp355 Label sameValueCheck(env); in ProfileNativeCall() local
366 Branch(Int32Equal(oldId, Int32(PGO_BUILTINS_STUB_ID(NONE))), &exit, &sameValueCheck); in ProfileNativeCall()
367 Bind(&sameValueCheck); in ProfileNativeCall()
724 Label sameValueCheck(env); in ProfileGetIterator() local
736 &exit, &sameValueCheck); in ProfileGetIterator()
737 Bind(&sameValueCheck); in ProfileGetIterator()