OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V_DFGOperation_EJJP
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.h
48
typedef void (*
V_DFGOperation_EJJP
)(ExecState*, EncodedJSValue, EncodedJSValue, void*);
DFGJITCodeGenerator.h
636
void callOperation(
V_DFGOperation_EJJP
operation, GPRReg arg1, GPRReg arg2, void* pointer)
648
callOperation((
V_DFGOperation_EJJP
)operation, arg1, arg2, identifier);
[
all
...]
Completed in 440 milliseconds