Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp84 __ Bind(&lJSCallNewWithArgV); in JSFunctionEntry() local
89 __ Bind(&lPopFrame); in JSFunctionEntry() local
157 __ Bind(&lAlign16Bytes1); in OptimizedCallOptimized() local
165 __ Bind(&lCopyExtraAument1); // copy undefined value to stack in OptimizedCallOptimized() local
171 __ Bind(&lCopyArguments1); in OptimizedCallOptimized() local
176 __ Bind(&lCopyLoop1); in OptimizedCallOptimized() local
193 __ Bind(&lPopFrame1); in OptimizedCallOptimized() local
209 __ Bind(&target); in OptimizedCallAsmInterpreter() local
290 __ Bind(&jsCall); in JSProxyCallInternalWithArgV() local
296 __ Bind(&lJSCallStart); in JSProxyCallInternalWithArgV() local
[all …]
Dasm_interpreter_call.cpp56 __ Bind(&target); in AsmInterpreterEntry() local
79 __ Bind(&target); in GeneratorReEnterAsmInterp() local
122 __ Bind(&stackOverflow); in GeneratorReEnterAsmInterpDispatch() local
152 __ Bind(&notJSFunction); in AsmInterpEntryDispatch() local
158 __ Bind(&callNativeEntry); in AsmInterpEntryDispatch() local
160 __ Bind(&callJSFunctionEntry); in AsmInterpEntryDispatch() local
170 __ Bind(&notCallable); in AsmInterpEntryDispatch() local
309 __ Bind(&fastPathEntry); in JSCallCommonEntry() local
311 __ Bind(&pushCallThis); in JSCallCommonEntry() local
313 __ Bind(&slowPathEntry); in JSCallCommonEntry() local
[all …]
Dcommon_call.cpp37 __ Bind(&loopBeginning); in CopyArgumentWithArgV() local
79 __ Bind(&loopBeginning); in PushUndefinedWithArgc() local
98 __ Bind(&loopBeginning); in PushArgsWithArgvAndCheckStack() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp111 __ Bind(&aligned); in IncreaseStackForArguments() local
162 __ Bind(&lJSCallNewWithArgV); in JSFunctionEntry() local
167 __ Bind(&lPopFrame); in JSFunctionEntry() local
229 __ Bind(&copyArguments); in OptimizedCallOptimized() local
239 __ Bind(&invokeCompiledJSFunction); in OptimizedCallOptimized() local
263 __ Bind(&target); in OptimizedCallAsmInterpreter() local
412 __ Bind(&callNativeMethod); in JSCallInternal() local
423 __ Bind(&lCallNativeCpp); in JSCallInternal() local
428 __ Bind(&lCallBuiltinStub); in JSCallInternal() local
465 __ Bind(&lTailCall); in JSCallInternal() local
[all …]
Dasm_interpreter_call.cpp58 __ Bind(&target); in AsmInterpreterEntry() local
93 __ Bind(&notJSFunction); in AsmInterpEntryDispatch() local
100 __ Bind(&callNativeEntry); in AsmInterpEntryDispatch() local
102 __ Bind(&callJSFunctionEntry); in AsmInterpEntryDispatch() local
109 __ Bind(&notCallable); in AsmInterpEntryDispatch() local
158 __ Bind(&fastPathEntry); in JSCallCommonEntry() local
160 __ Bind(&pushCallThis); in JSCallCommonEntry() local
162 __ Bind(&slowPathEntry); in JSCallCommonEntry() local
165 __ Bind(&stackOverflow); in JSCallCommonEntry() local
255 __ Bind(&noExtraEntry); in JSCallCommonSlowPath() local
[all …]
Dcommon_call.cpp110 __ Bind(&loopBeginning); in PushArgsWithArgv() local
129 __ Bind(&loopBeginning); in PushUndefinedWithArgc() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp264 __ Bind(&label1); in HWTEST_F_L0() local
268 __ Bind(&label2); in HWTEST_F_L0() local
299 __ Bind(&labelLoop); in HWTEST_F_L0() local
306 __ Bind(&label1); in HWTEST_F_L0() local
336 __ Bind(&label1); in HWTEST_F_L0() local
340 __ Bind(&label2); in HWTEST_F_L0() local
344 __ Bind(&label3); in HWTEST_F_L0() local
362 __ Bind(&label1); in HWTEST_F_L0() local
Dassembler_x64_test.cpp152 __ Bind(&lable1); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp123 void BytecodeEmitter::Bind(const Label &label) in Bind() function in panda::BytecodeEmitter
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h841 void CircuitBuilder::Bind(Label *label) in Bind() function
847 void CircuitBuilder::Bind(Label *label, bool justSlowPath) in Bind() function
909 void Label::Bind() in Bind() function
Dcircuit_builder.h740 void Bind(GateRef value) in Bind() function
Dcircuit_builder.cpp1108 void Label::LabelImpl::Bind() in Bind() function in panda::ecmascript::kungfu::Label::LabelImpl
Dstub_builder-inl.h184 inline void StubBuilder::Bind(Label *label) in Bind() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp734 void AssemblerX64::Bind(Label *target) in Bind() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp1041 void AssemblerAarch64::Bind(Label *target) in Bind() function in panda::ecmascript::aarch64::AssemblerAarch64