| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 125 __ Bind(&arg4); in OptimizedFastCallAndPushArgv() local 137 __ Bind(&arg5); in OptimizedFastCallAndPushArgv() local 148 __ Bind(&arg6); in OptimizedFastCallAndPushArgv() local 158 __ Bind(&argc); // actualNumArgsReg >=7 in OptimizedFastCallAndPushArgv() local 168 __ Bind(&lCopyLoop2); in OptimizedFastCallAndPushArgv() local 175 __ Bind(&pushUndefined); in OptimizedFastCallAndPushArgv() local 182 __ Bind(&lCopyExtraAument1); // copy undefined value to stack in OptimizedFastCallAndPushArgv() local 187 __ Bind(&lCopyLoop1); in OptimizedFastCallAndPushArgv() local 195 __ Bind(&checkExpectedArgs); // actualNumArgsReg < 7 in OptimizedFastCallAndPushArgv() local 204 __ Bind(&lCopyExtraUndefineToSp); // copy undefined value to stack in OptimizedFastCallAndPushArgv() local [all …]
|
| D | optimized_call.cpp | 65 __ Bind(&lJSCallWithArgVAndPushArgv); in JSFunctionEntry() local 68 __ Bind(&lPopFrame); in JSFunctionEntry() local 161 __ Bind(&lCopyLoop2); in OptimizedCallAndPushArgv() local 169 __ Bind(&pushUndefined); in OptimizedCallAndPushArgv() local 176 __ Bind(&lCopyExtraAument1); // copy undefined value to stack in OptimizedCallAndPushArgv() local 182 __ Bind(&lCopyLoop1); in OptimizedCallAndPushArgv() local 189 __ Bind(&commonCall); in OptimizedCallAndPushArgv() local 202 __ Bind(&lPopFrame1); in OptimizedCallAndPushArgv() local 218 __ Bind(&target); in OptimizedCallAsmInterpreter() local 412 __ Bind(&jsCall); in GenJSCall() local [all …]
|
| D | asm_interpreter_call.cpp | 48 __ Bind(&target); in AsmInterpreterEntry() local 71 __ Bind(&target); in GeneratorReEnterAsmInterp() local 114 __ Bind(&stackOverflow); in GeneratorReEnterAsmInterpDispatch() local 147 __ Bind(¬JSFunction); in AsmInterpEntryDispatch() local 153 __ Bind(&callNativeEntry); in AsmInterpEntryDispatch() local 155 __ Bind(&callJSFunctionEntry); in AsmInterpEntryDispatch() local 165 __ Bind(¬Callable); in AsmInterpEntryDispatch() local 305 __ Bind(&fastPathEntry); in JSCallCommonEntry() local 307 __ Bind(&pushCallThis); in JSCallCommonEntry() local 309 __ Bind(&slowPathEntry); in JSCallCommonEntry() local [all …]
|
| D | common_call.cpp | 27 __ Bind(&loopBeginning); in CopyArgumentWithArgV() local 69 __ Bind(&loopBeginning); in PushUndefinedWithArgc() local 88 __ Bind(&loopBeginning); in PushArgsWithArgvAndCheckStack() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 137 __ Bind(&arg4); in OptimizedFastCallAndPushArgv() local 149 __ Bind(&arg5); in OptimizedFastCallAndPushArgv() local 160 __ Bind(&arg6); in OptimizedFastCallAndPushArgv() local 172 __ Bind(&arg7); in OptimizedFastCallAndPushArgv() local 183 __ Bind(&arg8); in OptimizedFastCallAndPushArgv() local 193 __ Bind(&argc); in OptimizedFastCallAndPushArgv() local 208 __ Bind(&pushUndefined); in OptimizedFastCallAndPushArgv() local 218 __ Bind(&checkExpectedArgs); in OptimizedFastCallAndPushArgv() local 229 __ Bind(&call); in OptimizedFastCallAndPushArgv() local 310 __ Bind(&call); in JSFastCallWithArgV() local [all …]
|
| D | optimized_call.cpp | 104 __ Bind(&aligned); in IncreaseStackForArguments() local 155 __ Bind(&lJSCallWithArgVAndPushArgv); in JSFunctionEntry() local 157 __ Bind(&lPopFrame); in JSFunctionEntry() local 240 __ Bind(©Arguments); in OptimizedCallAndPushArgv() local 250 __ Bind(&invokeCompiledJSFunction); in OptimizedCallAndPushArgv() local 274 __ Bind(&target); in OptimizedCallAsmInterpreter() local 473 __ Bind(&lNotClass); in JSCallInternal() local 484 __ Bind(&callNativeMethod); in JSCallInternal() local 495 __ Bind(&lCallNativeCpp); in JSCallInternal() local 500 __ Bind(&lCallBuiltinStub); in JSCallInternal() local [all …]
|
| D | asm_interpreter_call.cpp | 48 __ Bind(&target); in AsmInterpreterEntry() local 84 __ Bind(¬JSFunction); in AsmInterpEntryDispatch() local 91 __ Bind(&callNativeEntry); in AsmInterpEntryDispatch() local 93 __ Bind(&callJSFunctionEntry); in AsmInterpEntryDispatch() local 100 __ Bind(¬Callable); in AsmInterpEntryDispatch() local 151 __ Bind(&fastPathEntry); in JSCallCommonEntry() local 153 __ Bind(&pushCallThis); in JSCallCommonEntry() local 155 __ Bind(&slowPathEntry); in JSCallCommonEntry() local 158 __ Bind(&stackOverflow); in JSCallCommonEntry() local 256 __ Bind(&noExtraEntry); in JSCallCommonSlowPath() local [all …]
|
| D | common_call.cpp | 99 __ Bind(&loopBeginning); in PushArgsWithArgv() local 125 __ Bind(©Args); in PushArgsWithArgvInPair() local 134 __ Bind(&loopBeginning); in PushArgsWithArgvInPair() local 141 __ Bind(&pushPadding); in PushArgsWithArgvInPair() local 162 __ Bind(&loopBeginning); in PushUndefinedWithArgc() local 178 __ Bind(&skipThrow); in StackOverflowCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 258 __ Bind(&label1); in HWTEST_F_L0() local 262 __ Bind(&label2); in HWTEST_F_L0() local 293 __ Bind(&labelLoop); in HWTEST_F_L0() local 300 __ Bind(&label1); in HWTEST_F_L0() local 330 __ Bind(&label1); in HWTEST_F_L0() local 334 __ Bind(&label2); in HWTEST_F_L0() local 338 __ Bind(&label3); in HWTEST_F_L0() local 356 __ Bind(&label1); in HWTEST_F_L0() local
|
| D | assembler_x64_test.cpp | 146 __ Bind(&lable1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder-inl.h | 127 void CircuitBuilder::Bind(Label *label) in Bind() function 133 void CircuitBuilder::Bind(Label *label, bool justSlowPath) in Bind() function
|
| D | circuit_builder_helper.cpp | 160 void Label::LabelImpl::Bind() in Bind() function in panda::ecmascript::kungfu::Label::LabelImpl
|
| D | circuit_builder_helper.h | 135 inline void Bind() in Bind() function 408 void Bind(GateRef value) in Bind() function
|
| D | stub_builder-inl.h | 237 inline void StubBuilder::Bind(Label *label) in Bind() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_assembler.h | 119 void Bind(JumpLabel &label) in Bind() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | macro_assembler_x64.cpp | 49 void MacroAssemblerX64::Bind(JumpLabel &label) in Bind() function in panda::ecmascript::kungfu::MacroAssemblerX64
|
| D | assembler_x64.cpp | 735 void AssemblerX64::Bind(Label *target) in Bind() function in panda::ecmascript::x64::AssemblerX64
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_emitter.cpp | 122 void BytecodeEmitter::Bind(const Label &label) in Bind() function in ark::BytecodeEmitter
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.cpp | 120 void BytecodeEmitter::Bind(const Label &label) in Bind() function in panda::BytecodeEmitter
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.h | 464 void Bind(const GateRef g, const LLVMValueRef lv) in Bind() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | macro_assembler_aarch64.cpp | 68 void MacroAssemblerAArch64::Bind(JumpLabel &label) in Bind() function in panda::ecmascript::kungfu::MacroAssemblerAArch64
|
| D | assembler_aarch64.cpp | 1044 void AssemblerAarch64::Bind(Label *target) in Bind() function in panda::ecmascript::aarch64::AssemblerAarch64
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 494 __attribute__((unused)) static Context *Bind(Context *ctx) in Bind() function
|