Searched defs:Jz (Results 1 – 3 of 3) sorted by relevance
155 __ Jz(¬Callable); in AsmInterpEntryDispatch() local479 __ Jz(&noExtraEntry); in JSCallCommonSlowPath() local619 __ Jz(&pushVregs); in PushCallThis() local622 __ Jz(&pushNewTarget); in PushCallThis() local633 __ Jz(&pushCallTarget); in PushCallThis() local647 __ Jz(&pushVregs); in PushCallThis() local682 __ Jz(&pushFrameState); in PushVregs() local781 __ Jz(&pushThis); in CallNativeWithArgv() local807 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local826 __ Jz(&aligneThrow, Distance::Near); in CallNativeWithArgv() local[all …]
1329 __ Jz(&pushCallThis); in GenJSCallWithArgV() local1385 __ Jz(&pushCallThis); in ConstructorJSCallWithArgV() local
670 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64