Searched defs:node_id (Results 1 - 9 of 9) sorted by relevance
/external/v8/src/profiler/ |
H A D | allocation-tracker.h | 74 void AddRange(Address addr, int size, unsigned node_id); 83 RangeStack(Address start, unsigned node_id) argument 84 : start(start), trace_node_id(node_id) {}
|
/external/e2fsprogs/lib/uuid/ |
H A D | gen_uuid.c | 224 static int get_node_id(unsigned char *node_id) argument 295 if (node_id) { 296 memcpy(node_id, a, 6); 560 static unsigned char node_id[6]; local 566 if (get_node_id(node_id) <= 0) { 567 get_random_bytes(node_id, 6); 573 node_id[0] |= 0x01; 581 memcpy(uu.node, node_id, 6);
|
/external/kernel-headers/original/uapi/linux/ |
H A D | mic_common.h | 79 * @node_id: Unique id of the node 88 __u8 node_id; member in struct:mic_bootparam
|
H A D | firewire-cdev.h | 70 * @node_id: New node ID of this node 88 __u32 node_id; member in struct:fw_cdev_event_bus_reset
|
H A D | kfd_ioctl.h | 179 uint32_t node_id; /* to KFD - only valid for certain member in struct:kfd_ioctl_create_event_args
|
/external/ImageMagick/MagickCore/ |
H A D | quantize.c | 1619 node_id; 1627 node_id=ColorToNodeId(&cube,&pixel,index); 1628 if (node_info->child[node_id] == (NodeInfo *) NULL) 1630 node_info=node_info->child[node_id]; 1605 node_id; local
|
/external/v8/src/ |
H A D | deoptimizer.h | 134 BailoutId node_id() const { return node_id_; } function in class:v8::internal::TranslatedFrame 186 static TranslatedFrame JSFrame(BailoutId node_id, 447 BailoutId node_id); 548 BailoutId node_id, 1028 void BeginJSFrame(BailoutId node_id, int literal_id, unsigned height);
|
H A D | deoptimizer.cc | 684 BailoutId node_id = translated_frame->node_id(); local 691 Deoptimizer::GetOutputInfo(data, node_id, function->shared()); 699 int bytecode_offset = translated_frame->node_id().ToInt(); 763 BailoutId node_id = input_data->AstId(bailout_id_); local 852 bailout_id_, node_id.ToInt(), output_[index]->GetPc(), 868 BailoutId node_id = translated_frame->node_id(); local 887 PrintF(trace_scope_->file(), " => node=%d, height=%d%s\n", node_id.ToInt(), 1057 unsigned pc_and_state = GetOutputInfo(data, node_id, functio 2390 BeginJSFrame(BailoutId node_id, int literal_id, unsigned height) argument 2784 ComputeSourcePosition(SharedFunctionInfo* shared, BailoutId node_id) argument 3096 JSFrame(BailoutId node_id, SharedFunctionInfo* shared_info, int height) argument 3200 BailoutId node_id = BailoutId(iterator->Next()); local [all...] |
/external/v8/src/compiler/ |
H A D | typer.cc | 216 void SetWeakened(NodeId node_id) { weakened_nodes_.insert(node_id); } argument 217 bool IsWeakened(NodeId node_id) { argument 218 return weakened_nodes_.find(node_id) != weakened_nodes_.end();
|
Completed in 367 milliseconds