HomeSort by relevance Sort by last modified time
    Searched defs:function_id (Results 1 - 11 of 11) sorted by null

  /external/v8/src/profiler/
profile-generator-inl.h 44 inline unsigned ProfileNode::function_id() const { function in class:v8::internal::ProfileNode
allocation-tracker.h 101 SnapshotObjectId function_id; member in struct:v8::internal::AllocationTracker::FunctionInfo
sampling-heap-profiler.h 90 static FunctionId function_id(int script_id, int start_position, function in class:v8::internal::SamplingHeapProfiler::AllocationNode
  /external/perf_data_converter/src/
builder.cc 158 int64 function_id = line.function_id(); local
159 if (function_id != 0 && function_ids.count(function_id) == 0) {
160 std::cerr << "Missing function " << function_id; local
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.cc 177 const string function_id = local
179 VLOG(1) << "XlaCompiler::CompileFunction " << function_id;
181 auto it = cache_.find({function_id, args});
218 strings::StrCat("xla_compile_function_", function_id),
224 CompileGraph(options, function_id, std::move(graph), args, result));
227 cache_[{function_id, args}] = *result;
  /external/v8/src/runtime/
runtime.h 738 FunctionId function_id; member in struct:v8::internal::Runtime::Function
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 265 Runtime::FunctionId function_id = (mode == ResultMode::kDontNegateResult) local
268 TailCallRuntime(function_id, context, lhs, rhs);
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc 3057 Runtime::FunctionId function_id = Runtime::kWasmMemorySize; local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 1844 Runtime::FunctionId function_id = local
2703 Runtime::FunctionId function_id = expr->function()->function_id; local
    [all...]
interpreter.cc 688 void Interpreter::DoLdaLookupSlot(Runtime::FunctionId function_id,
693 Node* result = __ CallRuntime(function_id, context, name);
714 void Interpreter::DoLdaLookupContextSlot(Runtime::FunctionId function_id,
738 Node* result = __ CallRuntime(function_id, context, name);
761 void Interpreter::DoLdaLookupGlobalSlot(Runtime::FunctionId function_id,
776 TypeofMode typeof_mode = function_id == Runtime::kLoadLookupSlotInsideTypeof
789 Node* result = __ CallRuntime(function_id, context, name);
2202 Node* function_id = __ BytecodeOperandRuntimeId(0); local
2218 Node* function_id = __ BytecodeOperandIntrinsicId(0); local
2237 Node* function_id = __ BytecodeOperandRuntimeId(0); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 4855 Runtime::FunctionId function_id = Runtime::kForInEnumerate; local
5071 Runtime::FunctionId function_id = local
5487 Runtime::FunctionId function_id = Runtime::kCreateObjectLiteral; local
5611 Runtime::FunctionId function_id = Runtime::kCreateArrayLiteral; local
    [all...]

Completed in 140 milliseconds