| /external/v8/src/inspector/ |
| D | wasm-translation.cc | 165 int func_index = GetFunctionIndexFromFakeScriptId(loc->script_id); in TranslateBack() local 220 String16 GetFakeScriptUrl(v8::Isolate* isolate, int func_index) { in GetFakeScriptUrl() 241 String16 GetFakeScriptId(const String16 script_id, int func_index) { in GetFakeScriptId() 267 int func_index = fake_script_id.substring(last_dash_pos + 1).toInteger(&ok); in GetFunctionIndexFromFakeScriptId() local 273 int func_index = loc->line; in GetOffsetTable() local 278 const OffsetTable& GetReverseTable(v8::Isolate* isolate, int func_index) { in GetReverseTable() 320 int func_index) { in GetSource() 326 int WasmTranslation::GetEndLine(const String16& script_id, int func_index) { in GetEndLine() 332 int WasmTranslation::GetEndColumn(const String16& script_id, int func_index) { in GetEndColumn() 338 String16 WasmTranslation::GetHash(const String16& script_id, int func_index) { in GetHash()
|
| D | wasm-translation.h | 60 int GetStartLine(const String16& script_id, int func_index) { return 0; } in GetStartLine() 61 int GetStartColumn(const String16& script_id, int func_index) { return 0; } in GetStartColumn()
|
| /external/v8/src/wasm/ |
| D | jump-table-assembler.cc | 17 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, in EmitLazyCompileJumpSlot()
|
| D | wasm-objects.cc | 150 bool IsBreakablePosition(wasm::NativeModule* native_module, int func_index, in IsBreakablePosition() 246 int func_index = module_object->GetContainingFunction(*position); in SetBreakPoint() local 390 int func_index = module_object->GetContainingFunction(position); in SetBreakpointsOnNewInstance() local 476 uint32_t func_index, in GetSourcePosition() 518 int func_index) { in DisassembleFunction() 665 uint32_t func_index) { in GetFunctionNameOrNull() 676 uint32_t func_index) { in GetFunctionName() 688 uint32_t func_index) { in GetRawFunctionName() 697 int WasmModuleObject::GetFunctionOffset(uint32_t func_index) { in GetFunctionOffset() 731 int func_index = GetContainingFunction(position); in GetPositionInfo() local [all …]
|
| D | memory-tracing.cc | 15 int func_index, int position, uint8_t* mem_start) { in TraceMemoryOperation()
|
| D | wasm-debug.cc | 69 int func_index, int local_index) { in GetLocalName() 169 Address frame_pointer, uint32_t func_index, Address arg_buffer) { in Execute() 601 int func_index, int offset) { in SetBreakpoint() 627 for (int func_index : func_indexes) { in RedirectToInterpreter() local 649 Address frame_pointer, int func_index, in RunInterpreter()
|
| D | wasm-text.cc | 36 uint32_t func_index, std::ostream& os, in PrintWasmText()
|
| D | jump-table-assembler.h | 59 uint32_t func_index, in EmitLazyCompileJumpSlot()
|
| D | module-compiler.cc | 185 uint32_t func_index, in GetOrCompileJSToWasmWrapper() 344 int func_index) { in LazyCompileFunction() 402 uint32_t func_index) { in CompileLazy() 1194 for (int func_index = num_imported_functions, in Build() local 1490 uint32_t func_index = import.index; in ProcessImports() local 2062 uint32_t func_index = table_init.entries[i]; in LoadTableSegments() local
|
| D | wasm-module-builder.h | 190 uint32_t func_index() { return func_index_; } in func_index() function
|
| D | wasm-code-manager.h | 286 ptrdiff_t jump_table_offset(uint32_t func_index) const { in jump_table_offset()
|
| D | wasm-module.h | 30 uint32_t func_index; // index into the function table. member
|
| D | module-decoder.cc | 543 uint32_t func_index = static_cast<uint32_t>(module_->functions.size()); in DecodeFunctionSection() local 1688 uint32_t func_index = decoder.consume_u32v("function index"); in DecodeLocalNames() local
|
| D | wasm-code-manager.cc | 634 void NativeModule::PatchJumpTable(uint32_t func_index, Address target, in PatchJumpTable()
|
| D | wasm-interpreter.cc | 2829 uint32_t func_index = in GetTargetCode() local
|
| /external/v8/src/runtime/ |
| D | runtime-test.cc | 1016 int func_index = frame->function_index(); in RUNTIME_FUNCTION() local 1051 uint32_t func_index = exp_fun->function_index(); in RUNTIME_FUNCTION() local
|
| /external/v8/src/compiler/ |
| D | wasm-compiler.cc | 2563 int func_index) { in BuildImportWasmCall() 2584 Node* func_index) { in BuildImportWasmCall() 4617 void BuildWasmInterpreterEntry(uint32_t func_index) { in BuildWasmInterpreterEntry() 4918 uint32_t func_index, in CompileWasmInterpreterEntry()
|
| /external/swiftshader/third_party/subzero/src/ |
| D | WasmTranslator.cpp | 132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) { in getFunctionName()
|
| /external/v8/src/ |
| D | frames.cc | 1777 int func_index = function_index(); in Print() local
|
| D | isolate.cc | 1739 uint32_t func_index = in Throw() local
|