Home
last modified time | relevance | path

Searched refs:kObjectIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc837 static const int kObjectIndex = 0; member
845 data->set(kObjectIndex, *value.to_ref()); in Create()
853 return WasmStruct::cast(data->get(kObjectIndex)).type()->field_count(); in Count()
858 Handle<WasmStruct> obj(WasmStruct::cast(data->get(kObjectIndex)), isolate); in Get()
884 static const int kObjectIndex = 0; member
891 data->set(kObjectIndex, *value.to_ref()); in Create()
913 return WasmArray::cast(data->get(kObjectIndex)).length(); in Count()
918 Handle<WasmArray> array(WasmArray::cast(data->get(kObjectIndex)), isolate); in Get()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1146 static constexpr int kObjectIndex = 0; variable
1147 Input& object_input() { return input(kObjectIndex); } in object_input()
1168 static constexpr int kObjectIndex = 0; variable
1170 Input& object_input() { return input(kObjectIndex); } in object_input()
1217 static constexpr int kObjectIndex = 1; variable
1219 Input& object_input() { return input(kObjectIndex); } in object_input()