OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionEntry
(Results
1 - 7
of
7
) sorted by null
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
544
/// @param
actionEntry
index into above type info array or 0 (clean up).
554
uintptr_t
actionEntry
,
577
const uint8_t *actionPos = (uint8_t*)
actionEntry
,
712
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
717
actionEntry
= 0;
729
if (
actionEntry
) {
730
actionEntry
+= ((uintptr_t) actionTableStart) - 1;
748
if (
actionEntry
) {
752
actionEntry
,
774
if (!
actionEntry
|| !exceptionMatched)
[
all
...]
/ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc
122
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
131
if (
actionEntry
== 0) {
144
const uint8_t* action = actionTableStart + (
actionEntry
- 1);
/external/libcxxabi/src/
cxa_personality.cpp
64
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
65
| | | |
actionEntry
== 0 -> cleanup | |
77
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
78
| | | |
actionEntry
== 0 -> cleanup | |
131
* landingPad != 0 and
actionEntry
== 0 implies a cleanup needs to be done
134
* A cleanup can also be found under landingPad != 0 and
actionEntry
!= 0 in
651
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
656
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
672
if (
actionEntry
== 0)
689
const uint8_t* action = actionTableStart + (
actionEntry
- 1)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp
67
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
68
| | | |
actionEntry
== 0 -> cleanup | |
80
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
81
| | | |
actionEntry
== 0 -> cleanup | |
134
* landingPad != 0 and
actionEntry
== 0 implies a cleanup needs to be done
137
* A cleanup can also be found under landingPad != 0 and
actionEntry
!= 0 in
648
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
653
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
669
if (
actionEntry
== 0)
686
const uint8_t* action = actionTableStart + (
actionEntry
- 1)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar
Completed in 315 milliseconds