HomeSort by relevance Sort by last modified time
    Searched full:function_index (Results 1 - 15 of 15) sorted by null

  /external/v8/src/debug/
debug-interface.h 154 std::pair<int, int> GetFunctionRange(int function_index) const;
156 debug::WasmDisassembly DisassembleFunction(int function_index) const;
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 134 function_index = len(self._function_key_to_function) + 1
136 function.id = function_index
141 return function_index
  /external/v8/src/
frames.cc 1257 uint32_t FrameSummary::WasmCompiledFrameSummary::function_index() const { function in class:v8::internal::FrameSummary::WasmCompiledFrameSummary
1738 uint32_t WasmCompiledFrame::function_index() const { function in class:v8::internal::WasmCompiledFrame
    [all...]
contexts.cc 335 int function_index = scope_info->FunctionContextSlotIndex(*name); local
336 if (function_index >= 0) {
339 function_index);
341 *index = function_index;
frames.h 884 uint32_t function_index() const { return function_index_; } function in class:v8::internal::BASE_EMBEDDED::WasmInterpretedFrameSummary
    [all...]
accessors.cc 863 int function_index = FindFunctionInFrame(frame, function); local
864 if (function_index < 0) continue;
866 if (function_index > 0) {
871 return ArgumentsForInlinedFunction(frame, function, function_index);
    [all...]
isolate.cc 519 const int wasm_function_index = wasm_frame->function_index();
720 isolate_, compiled_module, summ.function_index());
727 isolate_->factory()->NewNumberFromInt(summ.function_index() + 1),
    [all...]
d8.cc 1275 int function_index = message->GetLineNumber(context).FromJust() - 1; local
    [all...]
api.cc     [all...]
  /external/python/cpython3/Tools/clinic/
clinic_test.py 642 """, signatures_in_block=3, function_index=2)
770 def parse_function(self, text, signatures_in_block=2, function_index=1):
775 assert isinstance(s[function_index], clinic.Function)
776 return s[function_index]
  /external/v8/src/wasm/
wasm-objects.h 150 int function_index();
wasm-interpreter.cc 867 InterpreterCode* GetCode(uint32_t function_index) {
868 CHECK_LT(function_index, interpreter_code_.size());
869 return Preprocess(&interpreter_code_[function_index]);
    [all...]
wasm-objects.cc 468 int WasmExportedFunction::function_index() { function in class:WasmExportedFunction
    [all...]
wasm-module.cc     [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 1676 milliseconds