Home
last modified time | relevance | path

Searched refs:kJumpTable (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc779 } kJumpTable[] = {{JS_OBJECT_TYPE, &if_object}, in TF_BUILTIN() local
789 size_t const kNumCases = arraysize(kJumpTable); in TF_BUILTIN()
793 case_labels[i] = kJumpTable[i].label; in TF_BUILTIN()
794 case_values[i] = kJumpTable[i].value; in TF_BUILTIN()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc319 CHECK_EQ(WasmCode::kJumpTable, code->kind()); in Validate()
327 CHECK_EQ(WasmCode::kJumpTable, code->kind()); in Validate()
465 case WasmCode::kJumpTable: in GetWasmCodeKindAsString()
1511 WasmCode::kJumpTable, // kind in CreateEmptyJumpTableInRegionLocked() member in WasmCode
1846 DCHECK_EQ(WasmCode::kJumpTable, code->kind()); in GetFunctionIndexFromJumpTableSlot()
H A Dwasm-code-manager.h161 enum Kind { kWasmFunction, kWasmToCapiWrapper, kWasmToJsWrapper, kJumpTable }; enumerator

Completed in 10 milliseconds