Searched defs:Pushq (Results 1 – 6 of 6) sorted by relevance
146 __ Pushq(rbp); in OptimizedCallAndPushUndefined() local147 __ Pushq(static_cast<int32_t>(FrameType::OPTIMIZED_JS_FUNCTION_ARGS_CONFIG_FRAME)); in OptimizedCallAndPushUndefined() local150 __ Pushq(r14); in OptimizedCallAndPushUndefined() local151 __ Pushq(rbx); in OptimizedCallAndPushUndefined() local152 __ Pushq(rax); in OptimizedCallAndPushUndefined() local158 __ Pushq(0); in OptimizedCallAndPushUndefined() local161 __ Pushq(JSTaggedValue::VALUE_UNDEFINED); in OptimizedCallAndPushUndefined() local168 __ Pushq(rbx); in OptimizedCallAndPushUndefined() local171 __ Pushq(actualNumArgsReg); // actual argc in OptimizedCallAndPushUndefined() local375 __ Pushq(rbp); in GenJSCall() local[all …]
39 __ Pushq(arg); in CopyArgumentWithArgV() local47 __ Pushq(static_cast<int64_t>(FrameType::ASM_INTERPRETER_BRIDGE_FRAME)); in PushAsmInterpBridgeFrame() local48 __ Pushq(rbp); in PushAsmInterpBridgeFrame() local49 __ Pushq(0); // pc in PushAsmInterpBridgeFrame() local80 __ Pushq(JSTaggedValue::Undefined().GetRawData()); in PushUndefinedWithArgc() local100 __ Pushq(op); in PushArgsWithArgvAndCheckStack() local112 __ Pushq(glue); in StackOverflowCheck() local
173 __ Pushq(0); // argc in AsmInterpEntryDispatch() local176 __ Pushq(runtimeIdRegister); // runtimeId in AsmInterpEntryDispatch() local192 __ Pushq(static_cast<int32_t>(FrameType::ASM_INTERPRETER_FRAME)); // frame type in PushFrameState() local193 __ Pushq(prevSpRegister); // prevSp in PushFrameState() local195 __ Pushq(pcRegister); // pc in PushFrameState() local196 __ Pushq(fpRegister); // fp in PushFrameState() local197 __ Pushq(0); // jumpSizeAfterCall in PushFrameState() local199 __ Pushq(operatorRegister); // env in PushFrameState() local200 __ Pushq(JSTaggedValue::Hole().GetRawData()); // acc in PushFrameState() local201 __ Pushq(thisRegister); // thisObj in PushFrameState() local[all …]
174 __ Pushq(0); in OptimizedFastCallAndPushUndefined() local176 __ Pushq(JSTaggedValue::VALUE_UNDEFINED); in OptimizedFastCallAndPushUndefined() local182 __ Pushq(r13); in OptimizedFastCallAndPushUndefined() local195 __ Pushq(0); // expectedNumArgsReg is odd need align in OptimizedFastCallAndPushUndefined() local197 __ Pushq(JSTaggedValue::VALUE_UNDEFINED); in OptimizedFastCallAndPushUndefined() local347 __ Pushq(0); in JSFastCallWithArgVAndPushUndefined() local349 __ Pushq(JSTaggedValue::VALUE_UNDEFINED); in JSFastCallWithArgVAndPushUndefined() local355 __ Pushq(r13); in JSFastCallWithArgVAndPushUndefined() local368 __ Pushq(0); // expectedNumArgsReg is odd need align in JSFastCallWithArgVAndPushUndefined() local370 __ Pushq(JSTaggedValue::VALUE_UNDEFINED); in JSFastCallWithArgVAndPushUndefined() local
135 __ Pushq(rbp); in HWTEST_F_L0() local138 __ Pushq(0); in HWTEST_F_L0() local
19 void AssemblerX64::Pushq(Register x) in Pushq() function in panda::ecmascript::x64::AssemblerX6426 void AssemblerX64::Pushq(Immediate x) in Pushq() function in panda::ecmascript::x64::AssemblerX64