Home
last modified time | relevance | path

Searched refs:caller (Results 126 – 150 of 31377) sorted by relevance

12345678910>>...1256

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DabstractInterpreter_sparc.cpp194 if (caller->is_interpreted_frame()) { in layout_activation()
214 assert(caller->is_compiled_frame() || caller->is_entry_frame(), "only possible cases"); in layout_activation()
221 if (caller->is_compiled_frame()) { in layout_activation()
226 if (!caller->is_entry_frame()) { in layout_activation()
233 if (caller->is_entry_frame()) { in layout_activation()
240 if (caller->is_entry_frame()) { in layout_activation()
243 if (caller->is_compiled_frame()) { in layout_activation()
252 …tty->print_cr("caller fp=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, p2i(caller->fp()), p2i(caller->sp()… in layout_activation()
253 …tty->print_cr("save area = " INTPTR_FORMAT ", " INTPTR_FORMAT, p2i(caller->sp()), p2i(caller->sp()… in layout_activation()
264 assert(locals < caller->sp() || locals >= (caller->sp() + 16), "locals in save area"); in layout_activation()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DabstractInterpreter_sparc.cpp194 if (caller->is_interpreted_frame()) { in layout_activation()
214 assert(caller->is_compiled_frame() || caller->is_entry_frame(), "only possible cases"); in layout_activation()
221 if (caller->is_compiled_frame()) { in layout_activation()
226 if (!caller->is_entry_frame()) { in layout_activation()
233 if (caller->is_entry_frame()) { in layout_activation()
240 if (caller->is_entry_frame()) { in layout_activation()
243 if (caller->is_compiled_frame()) { in layout_activation()
252 …tty->print_cr("caller fp=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, p2i(caller->fp()), p2i(caller->sp()… in layout_activation()
253 …tty->print_cr("save area = " INTPTR_FORMAT ", " INTPTR_FORMAT, p2i(caller->sp()), p2i(caller->sp()… in layout_activation()
264 assert(locals < caller->sp() || locals >= (caller->sp() + 16), "locals in save area"); in layout_activation()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DabstractInterpreter_sparc.cpp194 if (caller->is_interpreted_frame()) { in layout_activation()
214 assert(caller->is_compiled_frame() || caller->is_entry_frame(), "only possible cases"); in layout_activation()
221 if (caller->is_compiled_frame()) { in layout_activation()
226 if (!caller->is_entry_frame()) { in layout_activation()
233 if (caller->is_entry_frame()) { in layout_activation()
240 if (caller->is_entry_frame()) { in layout_activation()
243 if (caller->is_compiled_frame()) { in layout_activation()
252 …tty->print_cr("caller fp=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, p2i(caller->fp()), p2i(caller->sp()… in layout_activation()
253 …tty->print_cr("save area = " INTPTR_FORMAT ", " INTPTR_FORMAT, p2i(caller->sp()), p2i(caller->sp()… in layout_activation()
264 assert(locals < caller->sp() || locals >= (caller->sp() + 16), "locals in save area"); in layout_activation()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DabstractInterpreter_sparc.cpp194 if (caller->is_interpreted_frame()) { in layout_activation()
214 assert(caller->is_compiled_frame() || caller->is_entry_frame(), "only possible cases"); in layout_activation()
221 if (caller->is_compiled_frame()) { in layout_activation()
226 if (!caller->is_entry_frame()) { in layout_activation()
233 if (caller->is_entry_frame()) { in layout_activation()
240 if (caller->is_entry_frame()) { in layout_activation()
243 if (caller->is_compiled_frame()) { in layout_activation()
252 …tty->print_cr("caller fp=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, p2i(caller->fp()), p2i(caller->sp()… in layout_activation()
253 …tty->print_cr("save area = " INTPTR_FORMAT ", " INTPTR_FORMAT, p2i(caller->sp()), p2i(caller->sp()… in layout_activation()
264 assert(locals < caller->sp() || locals >= (caller->sp() + 16), "locals in save area"); in layout_activation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DabstractInterpreter_sparc.cpp195 if (caller->is_interpreted_frame()) { in layout_activation()
215 assert(caller->is_compiled_frame() || caller->is_entry_frame(), "only possible cases"); in layout_activation()
222 if (caller->is_compiled_frame()) { in layout_activation()
227 if (!caller->is_entry_frame()) { in layout_activation()
234 if (caller->is_entry_frame()) { in layout_activation()
241 if (caller->is_entry_frame()) { in layout_activation()
244 if (caller->is_compiled_frame()) { in layout_activation()
253 …tty->print_cr("caller fp=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, p2i(caller->fp()), p2i(caller->sp()… in layout_activation()
254 …tty->print_cr("save area = " INTPTR_FORMAT ", " INTPTR_FORMAT, p2i(caller->sp()), p2i(caller->sp()… in layout_activation()
265 assert(locals < caller->sp() || locals >= (caller->sp() + 16), "locals in save area"); in layout_activation()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/reflect/
H A DnatField.cc75 for (int i = 1; !caller || caller == &Field::class$; i++) in getAddr()
76 caller = t->classAt (i); in getAddr()
205 java::lang::reflect::Field::getInt (jclass caller, jobject obj) in getInt() argument
229 java::lang::reflect::Field::get (jclass caller, jobject obj) in get() argument
232 void* addr = getAddr (this, caller, obj); in get()
263 void *addr = getAddr(field, caller, obj); in setAddr()
389 ::setChar (this->getType(), setAddr (this, caller, obj), c); in setChar()
395 ::setByte (this->getType(), setAddr (this, caller, obj), b); in setByte()
407 ::setInt (this->getType(), setAddr (this, caller, obj), i); in setInt()
413 ::setLong (this->getType(), setAddr (this, caller, obj), l); in setLong()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/reflect/
H A DnatField.cc75 for (int i = 1; !caller || caller == &Field::class$; i++) in getAddr()
76 caller = t->classAt (i); in getAddr()
205 java::lang::reflect::Field::getInt (jclass caller, jobject obj) in getInt() argument
229 java::lang::reflect::Field::get (jclass caller, jobject obj) in get() argument
232 void* addr = getAddr (this, caller, obj); in get()
263 void *addr = getAddr(field, caller, obj); in setAddr()
389 ::setChar (this->getType(), setAddr (this, caller, obj), c); in setChar()
395 ::setByte (this->getType(), setAddr (this, caller, obj), b); in setByte()
407 ::setInt (this->getType(), setAddr (this, caller, obj), i); in setInt()
413 ::setLong (this->getType(), setAddr (this, caller, obj), l); in setLong()
[all …]
/dports/www/p5-Maypole/Maypole-2.13/lib/Maypole/
H A DApplication.pm15 my $caller = caller(0);
44 *{"$caller\::debug"} = sub { $d };
45 warn "Debugging (level $d) enabled for $caller";
52 warn "Loaded plugin: $plugin for $caller"
53 if $caller->can('debug') && $caller->debug;
55 die qq(Loading plugin "$plugin" for $caller failed: )
62 push @{"${caller}::ISA"}, @plugin_modules, $frontend;
63 $caller->config(Maypole::Config->new);
64 $caller->config->masonx({}) if $masonx;
65 $caller->setup() if $autosetup;
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsecurity-core-clr.c420 MonoMethod *caller; member
517 if (caller) { in check_field_access()
543 if (caller) { in check_method_access()
652 caller, field)); in mono_security_core_clr_ensure_reflection_access_field()
660 caller, field)); in mono_security_core_clr_ensure_reflection_access_field()
693 caller, method)); in mono_security_core_clr_ensure_reflection_access_method()
701 caller, method)); in mono_security_core_clr_ensure_reflection_access_method()
752 MonoMethod *caller; in mono_security_core_clr_ensure_delegate_creation() local
769 caller, method)); in mono_security_core_clr_ensure_delegate_creation()
878 caller, field); in mono_security_core_clr_is_field_access_allowed()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java416 checkAccess(caller, obj); in get()
450 checkAccess(caller, obj); in getBoolean()
484 checkAccess(caller, obj); in getByte()
520 checkAccess(caller, obj); in getChar()
556 checkAccess(caller, obj); in getShort()
592 checkAccess(caller, obj); in getInt()
628 checkAccess(caller, obj); in getLong()
664 checkAccess(caller, obj); in getFloat()
700 checkAccess(caller, obj); in getDouble()
778 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java416 checkAccess(caller, obj); in get()
450 checkAccess(caller, obj); in getBoolean()
484 checkAccess(caller, obj); in getByte()
520 checkAccess(caller, obj); in getChar()
556 checkAccess(caller, obj); in getShort()
592 checkAccess(caller, obj); in getInt()
628 checkAccess(caller, obj); in getLong()
664 checkAccess(caller, obj); in getFloat()
700 checkAccess(caller, obj); in getDouble()
778 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java417 checkAccess(caller, obj); in get()
451 checkAccess(caller, obj); in getBoolean()
485 checkAccess(caller, obj); in getByte()
521 checkAccess(caller, obj); in getChar()
557 checkAccess(caller, obj); in getShort()
593 checkAccess(caller, obj); in getInt()
629 checkAccess(caller, obj); in getLong()
665 checkAccess(caller, obj); in getFloat()
701 checkAccess(caller, obj); in getDouble()
791 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java423 checkAccess(caller, obj); in get()
457 checkAccess(caller, obj); in getBoolean()
491 checkAccess(caller, obj); in getByte()
527 checkAccess(caller, obj); in getChar()
563 checkAccess(caller, obj); in getShort()
599 checkAccess(caller, obj); in getInt()
635 checkAccess(caller, obj); in getLong()
671 checkAccess(caller, obj); in getFloat()
707 checkAccess(caller, obj); in getDouble()
797 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/reflect/
H A DField.java416 checkAccess(caller, obj); in get()
450 checkAccess(caller, obj); in getBoolean()
484 checkAccess(caller, obj); in getByte()
520 checkAccess(caller, obj); in getChar()
556 checkAccess(caller, obj); in getShort()
592 checkAccess(caller, obj); in getInt()
628 checkAccess(caller, obj); in getLong()
664 checkAccess(caller, obj); in getFloat()
700 checkAccess(caller, obj); in getDouble()
778 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java416 checkAccess(caller, obj); in get()
450 checkAccess(caller, obj); in getBoolean()
484 checkAccess(caller, obj); in getByte()
520 checkAccess(caller, obj); in getChar()
556 checkAccess(caller, obj); in getShort()
592 checkAccess(caller, obj); in getInt()
628 checkAccess(caller, obj); in getLong()
664 checkAccess(caller, obj); in getFloat()
700 checkAccess(caller, obj); in getDouble()
778 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java417 checkAccess(caller, obj); in get()
451 checkAccess(caller, obj); in getBoolean()
485 checkAccess(caller, obj); in getByte()
521 checkAccess(caller, obj); in getChar()
557 checkAccess(caller, obj); in getShort()
593 checkAccess(caller, obj); in getInt()
629 checkAccess(caller, obj); in getLong()
665 checkAccess(caller, obj); in getFloat()
701 checkAccess(caller, obj); in getDouble()
791 checkAccess(caller, obj); in set()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/reflect/
H A DField.java414 checkAccess(caller, obj); in get()
448 checkAccess(caller, obj); in getBoolean()
482 checkAccess(caller, obj); in getByte()
518 checkAccess(caller, obj); in getChar()
554 checkAccess(caller, obj); in getShort()
590 checkAccess(caller, obj); in getInt()
626 checkAccess(caller, obj); in getLong()
662 checkAccess(caller, obj); in getFloat()
698 checkAccess(caller, obj); in getDouble()
776 checkAccess(caller, obj); in set()
[all …]
/dports/devel/p5-Sub-Uplevel/Sub-Uplevel-0.2800/lib/Sub/
H A DUplevel.pm30 my $caller = caller(0);
31 *{"$caller\::uplevel"} = \&uplevel;
165 my @caller = CORE::caller($height);
169 @caller = CORE::caller($height);
172 return if ! @caller; # empty
173 return $caller[0] if ! wantarray; # scalar context
174 return @_ ? @caller : @caller[0..2]; # extra info or regular
257 my @caller = $Caller_Proxy->($height + $adjust + 1);
264 return if ! @caller; # empty
265 return $caller[0] if ! wantarray; # scalar context
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/
H A DPathUtils.java27 public static Path getTestPath(Class<?> caller) { in getTestPath() argument
28 return getTestPath(caller, true); in getTestPath()
31 public static Path getTestPath(Class<?> caller, boolean create) { in getTestPath() argument
32 return new Path(getTestDirName(caller)); in getTestPath()
35 public static File getTestDir(Class<?> caller) { in getTestDir() argument
36 return getTestDir(caller, true); in getTestDir()
39 public static File getTestDir(Class<?> caller, boolean create) { in getTestDir() argument
43 caller.getSimpleName()); in getTestDir()
50 public static String getTestDirName(Class<?> caller) { in getTestDirName() argument
51 return getTestDirName(caller, true); in getTestDirName()
[all …]
/dports/devel/p5-Test2-Suite/Test2-Suite-0.000143/lib/Test2/Tools/
H A DDefer.pm23 my @caller = caller(0);
25 $TODO{$caller[0]} ||= [];
26 push @{$TODO{$caller[0]}} => [$func, \@args, \@caller];
34 my ($func, $args, $caller) = @$test;
36 my ($pkg, $file, $line) = @$caller;
57 Caller: $caller->[0], $caller->[1], $caller->[2]
71 my $caller = $tests->[0]->[-1];
74 print STDERR "# $caller->[1] at line $caller->[2]\n";
/dports/devel/p5-Data-Printer/Data-Printer-1.000004/lib/Data/
H A DPrinter.pm31 my $caller = caller;
32 $arguments_for{$caller} = $args;
40 *{"$caller\::$imported"} = $exported;
41 *{"$caller\::np"} = \&np;
56 my $caller = caller;
85 my $caller = caller;
123 my $caller = caller;
184 my ($caller, $run_properties) = @_;
197 if ($arguments_for{$caller}) {
214 my ($key, $args, $caller, $default) = @_;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DabstractInterpreter_arm.cpp125 frame* caller, in layout_activation() argument
151 if (caller->is_interpreted_frame()) { in layout_activation()
162 if (caller->is_entry_frame()) { in layout_activation()
165 if (caller->is_compiled_frame()) { in layout_activation()
168 if (caller->is_interpreted_frame()) { in layout_activation()
171 …aller: sp=%p, unextended_sp=%p, fp=%p, pc=%p", caller->sp(), caller->unextended_sp(), caller->fp()… in layout_activation()
181 Bytecode_invoke inv(caller->interpreter_frame_method(), caller->interpreter_frame_bci()); in layout_activation()
191 if (caller->is_interpreted_frame()) { in layout_activation()
196 } else if (caller->is_compiled_frame()) { in layout_activation()
200 assert(caller->is_entry_frame(), "should be"); in layout_activation()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DabstractInterpreter_arm.cpp125 frame* caller, in layout_activation() argument
151 if (caller->is_interpreted_frame()) { in layout_activation()
162 if (caller->is_entry_frame()) { in layout_activation()
165 if (caller->is_compiled_frame()) { in layout_activation()
168 if (caller->is_interpreted_frame()) { in layout_activation()
171 …aller: sp=%p, unextended_sp=%p, fp=%p, pc=%p", caller->sp(), caller->unextended_sp(), caller->fp()… in layout_activation()
181 Bytecode_invoke inv(caller->interpreter_frame_method(), caller->interpreter_frame_bci()); in layout_activation()
191 if (caller->is_interpreted_frame()) { in layout_activation()
196 } else if (caller->is_compiled_frame()) { in layout_activation()
200 assert(caller->is_entry_frame(), "should be"); in layout_activation()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DSecureObjectPool.cs44 public void TryAdd(TCaller caller, SecurePooledObject<T> item) in TryAdd() argument
47 if (caller.PoolUserId == item.Owner) in TryAdd()
58 item.Owner = caller.PoolUserId; in TryTake()
72 pooledObject.Owner = caller.PoolUserId; in PrepNew()
109 internal T Use<TCaller>(ref TCaller caller)
112 if (!IsOwned(ref caller))
113 Requires.FailObjectDisposed(caller); in Requires.FailObjectDisposed()
117 internal bool TryUse<TCaller>(ref TCaller caller, out T value)
120 if (IsOwned(ref caller))
133 internal bool IsOwned<TCaller>(ref TCaller caller)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/framehost/
H A DNavigationControllerImpl.java320 long nativeNavigationControllerAndroid, NavigationControllerImpl caller); in canGoForward() argument
322 long nativeNavigationControllerAndroid, NavigationControllerImpl caller); in isInitialNavigation() argument
324 long nativeNavigationControllerAndroid, NavigationControllerImpl caller); in loadIfNecessary() argument
326 long nativeNavigationControllerAndroid, NavigationControllerImpl caller); in needsReload() argument
328 long nativeNavigationControllerAndroid, NavigationControllerImpl caller); in setNeedsReload() argument
330 NavigationControllerImpl caller, int offset); in canGoToOffset() argument
338 long nativeNavigationControllerAndroid, NavigationControllerImpl caller); in cancelPendingReload() argument
344 NavigationControllerImpl caller, boolean checkForRepost); in reloadBypassingCache() argument
353 NavigationControllerImpl caller, Object history); in getNavigationHistory() argument
376 NavigationControllerImpl caller, int index, String key); in getEntryExtraData() argument
[all …]

12345678910>>...1256