Home
last modified time | relevance | path

Searched refs:MethodIndex (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.h48 ClassIndex cnum, MethodIndex mnum);
50 ClassIndex cnum, MethodIndex mnum);
H A Dhprof_class.h59 MethodIndex mnum);
H A Dhprof_event.c187 event_call(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum) in event_call()
252 event_return(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum) in event_return()
H A Dhprof.h123 typedef int MethodIndex; typedef
H A Dhprof_class.c524 class_get_methodID(JNIEnv *env, ClassIndex index, MethodIndex mnum) in class_get_methodID()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.h48 ClassIndex cnum, MethodIndex mnum);
50 ClassIndex cnum, MethodIndex mnum);
H A Dhprof_class.h59 MethodIndex mnum);
H A Dhprof_event.c187 event_call(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum) in event_call()
252 event_return(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum) in event_return()
H A Dhprof.h123 typedef int MethodIndex; typedef
H A Dhprof_class.c524 class_get_methodID(JNIEnv *env, ClassIndex index, MethodIndex mnum) in class_get_methodID()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/plugins/PageExtractionPlugin/src/
H A DDkPageExtractionPlugin.h66 enum MethodIndex { enum
83 MethodIndex mMethod = m_thresholds;
H A DDkPageExtractionPlugin.cpp212 mMethod = (MethodIndex)mIdx; in loadSettings()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-symbolicate/
H A DStackFrameData.cs15 public readonly uint MethodIndex; field in Mono.StackFrameData
32 MethodIndex = methodIndex; in StackFrameData()
H A DLocationProvider.cs81 …ilOffset = seqPointInfo.GetILOffset (method.MetadataToken.ToInt32 (), sfData.MethodIndex, sfData.O… in TryResolveLocation()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DCoffNativeCodeManager.cpp252 int MethodIndex = LookupUnwindInfoForMethod((UInt32)relativePC, m_pRuntimeFunctionTable, in FindMethodInfo() local
254 if (MethodIndex < 0) in FindMethodInfo()
257 PTR_RUNTIME_FUNCTION pRuntimeFunction = m_pRuntimeFunctionTable + MethodIndex; in FindMethodInfo()
710 …int MethodIndex = LookupUnwindInfoForMethod((UInt32)relativePC, m_pRuntimeFunctionTable, 0, m_nRun… in GetAssociatedData() local
711 if (MethodIndex < 0) in GetAssociatedData()
714 PTR_RUNTIME_FUNCTION pRuntimeFunction = m_pRuntimeFunctionTable + MethodIndex; in GetAssociatedData()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/dalvik/
H A Ddalvik_metadata.h8 enum: u32 { Normal = 0, MethodIndex, TypeIndex, StringIndex, FieldIndex, enumerator
H A Ddalvik_printer.cpp73 case DalvikOperands::MethodIndex: in imm()
H A Ddalvik_algorithm.cpp27 else if(op->tag == DalvikOperands::MethodIndex) in onDecodedOperand()
H A Ddalvik.cpp347 instruction->imm(midx, DalvikOperands::MethodIndex); in decodeInvoke()
382 instruction->imm(midx, DalvikOperands::MethodIndex); in decodeInvokeRange()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/internal/exec/resolvable/
H A Dresolvable.go36 MethodIndex int member
50 MethodIndex int member
277 MethodIndex: methodIndex,
354 MethodIndex: methodIndex,
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/jitinterface/
H A DJITCodeManager.cpp386 int MethodIndex = LookupUnwindInfoForMethod((UInt32)RelativePC, m_pRuntimeFunctionTable, in FindMethodInfo() local
388 if (MethodIndex < 0) in FindMethodInfo()
391 pMethodInfo->runtimeFunction = m_pRuntimeFunctionTable[MethodIndex]; in FindMethodInfo()
404 if (MethodIndex < 0) in FindMethodInfo()
410 mainMethodIndex = MethodIndex; in FindMethodInfo()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/internal/exec/
H A Dexec.go140 out := resolver.Method(sel.MethodIndex).Call(nil)
157 out := resolver.Method(a.MethodIndex).Call(nil)
205 callOut := res.Method(f.field.MethodIndex).Call(in)
H A Dsubscribe.go48 callOut := f.resolver.Method(f.field.MethodIndex).Call(in)
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/
H A Dinterp.c184 #define MethodIndex 3 macro
1569 …longAtput(where + (MethodIndex << (SHIFT_FOR_WORD)), longAt((outerContext + (BASE_HEADER_SIZE)) + … in activateNewClosureMethod()
1595 tmp = longAt((newContext + (BASE_HEADER_SIZE)) + (MethodIndex << (SHIFT_FOR_WORD))); in activateNewClosureMethod()
1606 foo->method = longAt((tmp + (BASE_HEADER_SIZE)) + (MethodIndex << (SHIFT_FOR_WORD))); in activateNewClosureMethod()
1642 longAtput(where + (MethodIndex << (SHIFT_FOR_WORD)), foo->newMethod); in activateNewMethod()
1668 tmp = longAt((newContext + (BASE_HEADER_SIZE)) + (MethodIndex << (SHIFT_FOR_WORD))); in activateNewMethod()
1679 foo->method = longAt((tmp + (BASE_HEADER_SIZE)) + (MethodIndex << (SHIFT_FOR_WORD))); in activateNewMethod()
9375 longAtput(where + (MethodIndex << (SHIFT_FOR_WORD)), foo->newMethod); in interpret()
26530 meth = longAt((home + (BASE_HEADER_SIZE)) + (MethodIndex << (SHIFT_FOR_WORD))); in printCallStackOf()
26601 meth1 = longAt((home + (BASE_HEADER_SIZE)) + (MethodIndex << (SHIFT_FOR_WORD))); in printCallStackOf()
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/misc/
H A DVMM38b4-64bit-vm1-ikp.1.cs3810 self longAt: where + (MethodIndex << ShiftForWord) put: newMethod.
3877 self longAt: where + (MethodIndex << ShiftForWord) put: newMethod.
4336 tmp _ self fetchPointer: MethodIndex ofObject: activeCntx.
4345 method _ self fetchPointer: MethodIndex ofObject: tmp.
4364 tmp _ self fetchPointer: MethodIndex ofObject: activeCntx.
4375 method _ self fetchPointer: MethodIndex ofObject: tmp.
5785 (self isIntegerObject: (self fetchPointer: MethodIndex ofObject: context))
7021 classAndSelectorOfMethod: (self fetchPointer: MethodIndex ofObject: home)
7035 cMethod _ self fetchPointer: MethodIndex ofObject: home.
7073 classAndSelectorOfMethod: (self fetchPointer: MethodIndex ofObject: home)
[all …]

12