Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp125 __ 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 …]
Doptimized_call.cpp65 __ 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 …]
Dasm_interpreter_call.cpp48 __ Bind(&target); in AsmInterpreterEntry() local
71 __ Bind(&target); in GeneratorReEnterAsmInterp() local
114 __ Bind(&stackOverflow); in GeneratorReEnterAsmInterpDispatch() local
147 __ Bind(&notJSFunction); in AsmInterpEntryDispatch() local
153 __ Bind(&callNativeEntry); in AsmInterpEntryDispatch() local
155 __ Bind(&callJSFunctionEntry); in AsmInterpEntryDispatch() local
165 __ Bind(&notCallable); in AsmInterpEntryDispatch() local
305 __ Bind(&fastPathEntry); in JSCallCommonEntry() local
307 __ Bind(&pushCallThis); in JSCallCommonEntry() local
309 __ Bind(&slowPathEntry); in JSCallCommonEntry() local
[all …]
Dcommon_call.cpp27 __ Bind(&loopBeginning); in CopyArgumentWithArgV() local
69 __ Bind(&loopBeginning); in PushUndefinedWithArgc() local
88 __ Bind(&loopBeginning); in PushArgsWithArgvAndCheckStack() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp137 __ 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 …]
Doptimized_call.cpp104 __ Bind(&aligned); in IncreaseStackForArguments() local
155 __ Bind(&lJSCallWithArgVAndPushArgv); in JSFunctionEntry() local
157 __ Bind(&lPopFrame); in JSFunctionEntry() local
240 __ Bind(&copyArguments); 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 …]
Dasm_interpreter_call.cpp48 __ Bind(&target); in AsmInterpreterEntry() local
84 __ Bind(&notJSFunction); in AsmInterpEntryDispatch() local
91 __ Bind(&callNativeEntry); in AsmInterpEntryDispatch() local
93 __ Bind(&callJSFunctionEntry); in AsmInterpEntryDispatch() local
100 __ Bind(&notCallable); 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 …]
Dcommon_call.cpp99 __ Bind(&loopBeginning); in PushArgsWithArgv() local
125 __ Bind(&copyArgs); 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/
Dassembler_aarch64_test.cpp258 __ 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
Dassembler_x64_test.cpp146 __ Bind(&lable1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h127 void CircuitBuilder::Bind(Label *label) in Bind() function
133 void CircuitBuilder::Bind(Label *label, bool justSlowPath) in Bind() function
Dcircuit_builder_helper.cpp160 void Label::LabelImpl::Bind() in Bind() function in panda::ecmascript::kungfu::Label::LabelImpl
Dcircuit_builder_helper.h135 inline void Bind() in Bind() function
408 void Bind(GateRef value) in Bind() function
Dstub_builder-inl.h237 inline void StubBuilder::Bind(Label *label) in Bind() function
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.h119 void Bind(JumpLabel &label) in Bind() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp49 void MacroAssemblerX64::Bind(JumpLabel &label) in Bind() function in panda::ecmascript::kungfu::MacroAssemblerX64
Dassembler_x64.cpp735 void AssemblerX64::Bind(Label *target) in Bind() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp122 void BytecodeEmitter::Bind(const Label &label) in Bind() function in ark::BytecodeEmitter
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp120 void BytecodeEmitter::Bind(const Label &label) in Bind() function in panda::BytecodeEmitter
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h464 void Bind(const GateRef g, const LLVMValueRef lv) in Bind() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp68 void MacroAssemblerAArch64::Bind(JumpLabel &label) in Bind() function in panda::ecmascript::kungfu::MacroAssemblerAArch64
Dassembler_aarch64.cpp1044 void AssemblerAarch64::Bind(Label *target) in Bind() function in panda::ecmascript::aarch64::AssemblerAarch64
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp494 __attribute__((unused)) static Context *Bind(Context *ctx) in Bind() function