OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeFunction
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
Runtime.c
28
}
RuntimeFunction
;
40
static const
RuntimeFunction
gRuntimes[] = {
60
return strcmp(((const
RuntimeFunction
*) a)->mName,
61
((const
RuntimeFunction
*) b)->mName);
66
const
RuntimeFunction
Key = { Name, NULL };
67
const
RuntimeFunction
*R =
70
sizeof(gRuntimes) / sizeof(
RuntimeFunction
),
71
sizeof(
RuntimeFunction
),
78
unsigned N = sizeof(gRuntimes) / sizeof(
RuntimeFunction
), i;
/external/llvm/include/llvm/Support/
Win64EH.h
61
///
RuntimeFunction
- An entry in the table of functions with unwind info.
62
struct
RuntimeFunction
{
87
RuntimeFunction
*getChainedFunctionEntry() {
88
return reinterpret_cast<
RuntimeFunction
*>(getLanguageSpecificData());
/external/v8/src/arm/
code-stubs-arm.h
57
Runtime::FunctionId
RuntimeFunction
();
code-stubs-arm.cc
[
all
...]
/external/v8/src/ia32/
code-stubs-ia32.h
58
Runtime::FunctionId
RuntimeFunction
();
code-stubs-ia32.cc
[
all
...]
/external/v8/src/x64/
code-stubs-x64.h
57
Runtime::FunctionId
RuntimeFunction
();
code-stubs-x64.cc
[
all
...]
/external/v8/src/mips/
code-stubs-mips.cc
418
Runtime::FunctionId TranscendentalCacheStub::
RuntimeFunction
() {
code-stubs-mips.h
49
Runtime::FunctionId
RuntimeFunction
();
Completed in 316 milliseconds