Home
last modified time | relevance | path

Searched refs:entry (Results 2551 - 2575 of 2646) sorted by relevance

1...<<101102103104105106

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc190 // For function-entry stack checks, they're conceptually "before" the first
204 // For OSR-entry stack checks, they're conceptually "before" the first
206 // function-entry (FE) stack checks above, i.e. we deopt at the predecessor
208 // In the case of OSR-entry stack checks, a physical predecessor bytecode
356 // Simulates entry and exit of exception handlers.
374 int handler_offset_; // Handler entry offset within the bytecode.
862 // Create Phis for any values that are live on entry to the loop and may be in PrepareForLoop()
877 // The accumulator should not be live on entry. in PrepareForLoop()
1264 // Finishing by advancing to the OSR entry in ProcessOsrPrelude()
1345 // The entry stac in AdvanceToOsrEntryAndPeelLoops()
[all...]
H A Djs-typed-lowering.cc1515 // -- 6 + n: the C entry point in ReduceBuiltin()
1560 Address entry = Builtins::CppEntryOf(builtin); in ReduceBuiltin() local
1561 ExternalReference entry_ref = ExternalReference::Create(entry); in ReduceBuiltin()
1717 // Do not inline the call if we need to check whether to break at entry. in ReduceJSCall()
H A Dtyper.cc335 for (auto entry : induction_vars->induction_variables()) { in Run()
336 InductionVariable* induction_var = entry.second; in Run()
1402 // Find the closest lower entry in the list of allowed in Weaken()
1403 // minima (or negative infinity if there is no such entry). in Weaken()
1416 // Find the closest greater entry in the list of allowed in Weaken()
1417 // maxima (or infinity if there is no such entry). in Weaken()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc4100 const ShuffleEntry& entry = table[i]; in TryMatchArchShuffle() local
4103 if ((entry.shuffle[j] & mask) != (shuffle[j] & mask)) { in TryMatchArchShuffle()
4108 *opcode = entry.opcode; in TryMatchArchShuffle()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2855 const ShuffleEntry& entry = table[i]; in TryMatchArchShuffle() local
2858 if ((entry.shuffle[j] & mask) != (shuffle[j] & mask)) { in TryMatchArchShuffle()
2863 *arch_shuffle = &entry; in TryMatchArchShuffle()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2936 const ShuffleEntry& entry = table[i]; in TryMatchArchShuffle() local
2939 if ((entry.shuffle[j] & mask) != (shuffle[j] & mask)) { in TryMatchArchShuffle()
2944 *opcode = entry.opcode; in TryMatchArchShuffle()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc84 Label loop, entry; in Generate_PushArguments() local
86 __ Branch(&entry); in Generate_PushArguments()
94 __ bind(&entry); in Generate_PushArguments()
434 // function slot | entry frame in Generate_JSEntryVariant()
489 // entry frame in Generate_JSEntryVariant()
493 // Invoke the function by calling through JS entry trampoline builtin and in Generate_JSEntryVariant()
807 // Store code entry in the closure. in ReplaceClosureCodeWithOptimizedCode()
1198 // On entry to the function the receiver and arguments have been pushed on the
1345 // Any returns to the entry trampoline are either due to the return bytecode in Generate_InterpreterEntryTrampoline()
1570 // Set the return address to the correct point in the interpreter entry in Generate_InterpreterEnterBytecode()
[all...]
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc83 Label loop, entry; in Generate_PushArguments() local
85 __ Branch(&entry); in Generate_PushArguments()
93 __ bind(&entry); in Generate_PushArguments()
546 // a1: entry address in Generate_JSEntryVariant()
571 // a1: entry address in Generate_JSEntryVariant()
598 // a1: entry address in Generate_JSEntryVariant()
608 // function slot | entry frame in Generate_JSEntryVariant()
663 // a1: entry address in Generate_JSEntryVariant()
674 // entry frame in Generate_JSEntryVariant()
679 // Invoke the function by calling through JS entry trampolin in Generate_JSEntryVariant()
[all...]
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc83 Label loop, entry; in Generate_PushArguments() local
85 __ Branch(&entry); in Generate_PushArguments()
93 __ bind(&entry); in Generate_PushArguments()
546 // a1: entry address in Generate_JSEntryVariant()
568 // a1: entry address in Generate_JSEntryVariant()
595 // a1: entry address in Generate_JSEntryVariant()
605 // function slot | entry frame in Generate_JSEntryVariant()
661 // a1: entry address in Generate_JSEntryVariant()
672 // entry frame in Generate_JSEntryVariant()
677 // Invoke the function by calling through JS entry trampolin in Generate_JSEntryVariant()
[all...]
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc91 Label loop, entry; in Generate_PushArguments() local
93 __ b(&entry); in Generate_PushArguments()
100 __ bind(&entry); in Generate_PushArguments()
548 // r1: code entry in Generate_JSEntryVariant()
584 // Push a frame with special values setup to mark it as an entry frame. in Generate_JSEntryVariant()
629 // entry. This avoids making the assumption that literal pools are always in Generate_JSEntryVariant()
660 // Invoke the function by calling through JS entry trampoline builtin and in Generate_JSEntryVariant()
837 // Store code entry in the closure. in ReplaceClosureCodeWithOptimizedCode()
1226 // On entry to the function the receiver and arguments have been pushed on the
1366 // Any returns to the entry trampolin in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc82 Label loop, entry; in Generate_PushArguments() local
84 __ Branch(&entry); in Generate_PushArguments()
92 __ bind(&entry); in Generate_PushArguments()
580 // a1: entry address in Generate_JSEntryVariant()
608 // a1: entry address in Generate_JSEntryVariant()
632 // a1: entry address in Generate_JSEntryVariant()
642 // function slot | entry frame in Generate_JSEntryVariant()
696 // a1: entry address in Generate_JSEntryVariant()
707 // entry frame in Generate_JSEntryVariant()
712 // Invoke the function by calling through JS entry trampolin in Generate_JSEntryVariant()
[all...]
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc82 // "return" to the OSR entry point of the function. in Generate_OSREntry()
121 // Check if we have baseline code. For OSR entry it is safe to assume we in Generate_BaselineOrInterpreterEntry()
181 // If the code deoptimizes during the implicit function entry stack interrupt in Generate_BaselineOrInterpreterEntry()
346 Label loop, entry; in Generate_PushArguments() local
348 __ b(&entry); in Generate_PushArguments()
356 __ bind(&entry); in Generate_PushArguments()
783 // r3: code entry in Generate_JSEntryVariant()
815 // r3: code entry in Generate_JSEntryVariant()
835 // Push a frame with special values setup to mark it as an entry frame. in Generate_JSEntryVariant()
924 // Invoke the function by calling through JS entry trampolin in Generate_JSEntryVariant()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1347 auto entry = NewStructInternal<AliasedArgumentsEntry>( in NewAliasedArgumentsEntry() local
1349 entry.set_aliased_context_slot(aliased_context_slot); in NewAliasedArgumentsEntry()
1350 return handle(entry, isolate()); in NewAliasedArgumentsEntry()
/third_party/rust/crates/libc/src/
H A Dpsp.rs1484 entry: u32,
1574 pub entry: SceKernelThreadEntry,
2916 entry: SceKernelThreadEntry, in sceKernelCreateThread()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp112 std::string entry = std::string("AbilityRecord::") + methodName + "; the " + methodName + " lifecycle starts.";
113 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry);
/third_party/curl/lib/
H A Durl.c1026 struct Curl_easy *entry = e->ptr; in ConnectionExists() local
1027 if(entry->multi != data->multi) in ConnectionExists()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.h2473 #define nir_foreach_parallel_copy_entry(entry, pcopy) \
2474 foreach_list_typed(nir_parallel_copy_entry, entry, node, &(pcopy)->entries)
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1699 void MacroAssembler::JumpToOffHeapInstructionStream(Address entry) { in JumpToOffHeapInstructionStream() argument
1700 Ldr(kOffHeapTrampolineRegister, Operand(entry, RelocInfo::OFF_HEAP_TARGET)); in JumpToOffHeapInstructionStream()
1711 // should remove this need and make the runtime routine entry code in TailCallRuntime()
1881 // The runtime entry targets are used for generating short builtin calls in CalculateTargetOffset()
2048 // The control flow integrity (CFI) feature allows us to "sign" code entry in TailCallBuiltin()
2076 // Code targets. Instead, we dispatch through the builtins entry table. in LoadCodeObjectEntry()
2092 // (off-heap) entry point directly without going through the (on-heap) in LoadCodeObjectEntry()
2099 // Not an off-heap trampoline object, the entry point is at in LoadCodeObjectEntry()
2104 // An off-heap trampoline, the entry point is loaded from the builtin entry in LoadCodeObjectEntry()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c735 uint32_t entry = 0; in crocus_print_binding_table() local
740 fprintf(fp, " [%u] %s #%d\n", entry++, surface_group_names[i], index); in crocus_print_binding_table()
1368 * TCS and TES need to agree on a common URB entry layout. In particular,
1369 * the data for all patch vertices is stored in a single URB entry (unlike
1370 * GS which has one entry per input vertex). This means that per-vertex
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh802 hb_applicable_t *entry = array.push(); in dispatch() local
803 entry->init (obj, apply_to<T>); in dispatch()
/third_party/python/Lib/
H A Dturtle.py3214 def _undogoto(self, entry):
3217 old, new, go_modes, coodata = entry
3887 print("Bad docstring-entry: %s" % key)
/third_party/python/Lib/tkinter/
H A D__init__.py3091 """Construct an entry widget with the parent MASTER.
3101 Widget.__init__(self, master, 'entry', cnf, kw)
3153 """Return True if there are characters selected in the entry, False
3345 def tk_popup(self, x, y, entry=""):
3346 """Post the menu at position X,Y with entry ENTRY."""
3347 self.tk.call('tk_popup', self._w, x, y, entry)
3350 """Activate entry at INDEX."""
4297 Return value is one of: none, buttondown, buttonup, entry
/third_party/typescript/lib/
H A DtypingsInstaller.js633 var entry = f(key, value);
634 if (entry !== undefined) {
635 var newKey = entry[0], newValue = entry[1];
784 // Perform a stable sort of the array. This ensures the first entry in a list of
785 // duplicates remains the first entry in the result.
6736 // Check time stamps rather than file system entry checks
6917 /** Watcher for the file system entry depending on whether it is missing or present */
6923 // Close the watcher (either existing file system entry watcher or missing file system entry watche
[all...]
H A Dtsc.js558 var entry = f(key, value);
559 if (entry !== undefined) {
560 var newKey = entry[0], newValue = entry[1];
4791 var entry = typeof dirent === "string" ? dirent : dirent.name;
4792 if (entry === "." || entry === "..") {
4797 var name = ts.combinePaths(path, entry);
4812 files.push(entry);
4815 directories.push(entry);
[all...]
/third_party/backends/backend/
H A Dmustek.c1988 SANE_Int entry = 0; in set_window_se() local
1990 while (resolution_list[entry] < s->resolution_code) in set_window_se()
1991 entry++; in set_window_se()
1992 s->ld.peak_res = resolution_list[entry]; in set_window_se()
2474 /* Interpolate first entries from 256 entry table */ in send_gamma_table_se()
2494 /* Interpolate next entries from the 256 entry table */ in send_gamma_table_se()

Completed in 151 milliseconds

1...<<101102103104105106