HomeSort by relevance Sort by last modified time
    Searched refs:function_index (Results 1 - 13 of 13) 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/v8/src/
frames.h 884 uint32_t function_index() const { return function_index_; } function in class:v8::internal::BASE_EMBEDDED::WasmInterpretedFrameSummary
    [all...]
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;
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/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 885 milliseconds