Searched defs:action_data (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-peephole-optimizer.cc | 161 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in DefaultAction() 170 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in UpdateLastAction() 178 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in UpdateLastIfSourceInfoPresentAction() 188 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in ElideCurrentAction() 203 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in ElideCurrentIfOperand0MatchesAction() 215 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in ElideLastAction() 233 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in ChangeBytecodeAction() 242 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in TransformLdaSmiBinaryOpToBinaryOpWithSmiAction() 258 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in TransformLdaZeroBinaryOpToBinaryOpWithZeroAction() 272 BytecodeNode* const node, const PeepholeActionAndData* action_data) { in TransformEqualityWithNullOrUndefinedAction() [all …]
|
D | mkpeephole.cc | 282 for (PeepholeActionAndData action_data : row) { in WriteRow() local 326 PeepholeActionAndData action_data = LookupActionAndData(last, current); in BuildRow() local
|
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 700 static int eval_expr_log(struct expr *expr, struct action_data *action_data) in eval_expr_log() 731 static int eval_expr(struct expr *expr, struct action_data *action_data) in eval_expr() 755 static int eval_expr_top(struct action *action, struct action_data *action_data) in eval_expr_top() 883 struct action_data action_data; in eval_actions() local 918 struct action_data action_data; in eval_frag_actions() local 979 struct action_data action_data; in eval_exclude_actions() local 1513 struct action_data action_data; in eval_empty_actions() local 1628 void eval_move(struct action_data *action_data, struct move_ent *move, in eval_move() 1764 struct action_data action_data; in eval_move_actions() local 1989 struct action_data action_data; in eval_prune_actions() local [all …]
|
D | action.h | 211 struct action_data { struct 212 int depth; 213 char *name; 214 char *pathname; 215 char *subpath; 216 struct stat *buf; 217 struct dir_ent *dir_ent; 218 struct dir_info *root;
|
/external/libevent/test/ |
D | regress.gen.h | 98 char *action_data; member
|