OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterTable
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
410
///
RegisterTable
- Registers the given pointer as an exception table. It
412
void
RegisterTable
(const Function *fn, void* res) {
/dalvik/vm/analysis/
CodeVerify.cpp
74
typedef struct
RegisterTable
{
103
}
RegisterTable
;
115
static bool doCodeVerification(VerifierData* vdata,
RegisterTable
* regTable);
117
RegisterTable
* regTable, int insnIdx, UninitInstanceMap* uninitMap,
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 71 milliseconds