Searched defs:Jz (Results 1 – 4 of 4) sorted by relevance
155 __ Jz(¬Callable); in AsmInterpEntryDispatch() local485 __ Jz(&noExtraEntry); in JSCallCommonSlowPath() local635 __ Jz(&pushVregs); in PushCallThis() local638 __ Jz(&pushNewTarget); in PushCallThis() local649 __ Jz(&pushCallTarget); in PushCallThis() local663 __ Jz(&pushVregs); in PushCallThis() local698 __ Jz(&pushFrameState); in PushVregs() local804 __ Jz(&pushThis); in CallNativeWithArgv() local836 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local854 __ Jz(&aligneThrow, Distance::Near); in CallNativeWithArgv() local[all …]
234 __ Jz(&call); in JSFastCallWithArgV() local240 __ Jz(&call); in JSFastCallWithArgV() local246 __ Jz(&call); in JSFastCallWithArgV() local252 __ Jz(&call); in JSFastCallWithArgV() local
1000 __ Jz(&pushCallThis); in GenJSCallWithArgV() local
671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64