OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actionEntry
(Results
1 - 8
of
8
) sorted by null
/prebuilts/ndk/r11/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);
/prebuilts/ndk/r13/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
65
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
66
| | | |
actionEntry
== 0 -> cleanup | |
78
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
79
| | | |
actionEntry
== 0 -> cleanup | |
132
* landingPad != 0 and
actionEntry
== 0 implies a cleanup needs to be done
135
* A cleanup can also be found under landingPad != 0 and
actionEntry
!= 0 in
661
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
666
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
682
if (
actionEntry
== 0)
699
const uint8_t* action = actionTableStart + (
actionEntry
- 1)
[
all
...]
/prebuilts/ndk/r11/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
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp
65
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
66
| | | |
actionEntry
== 0 -> cleanup | |
78
| |
actionEntry
| (ULEB128) | Action Table Index 1-based | |
79
| | | |
actionEntry
== 0 -> cleanup | |
132
* landingPad != 0 and
actionEntry
== 0 implies a cleanup needs to be done
135
* A cleanup can also be found under landingPad != 0 and
actionEntry
!= 0 in
655
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
660
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
676
if (
actionEntry
== 0)
693
const uint8_t* action = actionTableStart + (
actionEntry
- 1)
[
all
...]
/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
...]
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp
525
/// @param
actionEntry
index into above type info array or 0 (clean up).
534
uintptr_t
actionEntry
,
557
const uint8_t *actionPos = (uint8_t*)
actionEntry
,
688
uintptr_t
actionEntry
= readULEB128(&callSitePtr);
693
actionEntry
= 0;
706
if (
actionEntry
) {
707
actionEntry
+= ((uintptr_t) actionTableStart) - 1;
725
if (
actionEntry
) {
728
actionEntry
,
750
if (!
actionEntry
|| !exceptionMatched)
[
all
...]
/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 351 milliseconds