Searched defs:Jz (Results 1 – 4 of 4) sorted by relevance
155 __ Jz(¬Callable); in AsmInterpEntryDispatch() local479 __ Jz(&noExtraEntry); in JSCallCommonSlowPath() local624 __ Jz(&pushVregs); in PushCallThis() local627 __ Jz(&pushNewTarget); in PushCallThis() local638 __ Jz(&pushCallTarget); in PushCallThis() local652 __ Jz(&pushVregs); in PushCallThis() local687 __ Jz(&pushFrameState); in PushVregs() local786 __ Jz(&pushThis); in CallNativeWithArgv() local812 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local830 __ 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
988 __ Jz(&pushCallThis); in GenJSCallWithArgV() local
671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64