Searched defs:kinds (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| H A D | pgo_type_infer.cpp | 136 auto kinds = builder_->GetElementsKindsForUser(gate); in TrySetElementsKind() local 148 auto kinds = builder_->GetTransitionElementsKindsForUser(gate); in TrySetTransitionElementsKind() local
|
| /third_party/openGLES/xml/ |
| H A D | readme.tex | [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-function.cc | 86 V8_WARN_UNUSED_RESULT bool HighestTierOf(CodeKinds kinds, in HighestTierOf() argument
|
| /third_party/python/Include/internal/ |
| H A D | pycore_code.h | 150 _PyLocals_GetKind(PyObject *kinds, int i) in _PyLocals_GetKind() argument 159 _PyLocals_SetKind(PyObject *kinds, int i, _PyLocals_Kind kind) in _PyLocals_SetKind() argument [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | types.cc | 654 std::vector<ObjectSlotKind> kinds; in ComputeArraySlotKind() local [all...] |
| /third_party/python/Objects/ |
| H A D | codeobject.c | 168 get_localsplus_counts(PyObject *names, PyObject *kinds, in get_localsplus_counts() argument 159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, PyObject *names, PyObject *kinds) _Py_set_localsplus_info() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | gate_accessor.cpp | 714 std::vector<ElementsKind> kinds = gatePtr->GetJSBytecodeMetaData()->GetElementsKinds(); in TryGetArrayElementsKind() local 732 std::vector<ElementsKind> kinds = gatePtr->GetJSBytecodeMetaData()->GetTransitionElementsKinds(); in TryGetArrayElementsKindAfterTransition() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | accessor-assembler.cc | 2326 int32_t kinds[] = { in EmitElementLoad() local
|
| /third_party/python/Python/ |
| H A D | compile.c | 7935 compute_localsplus_info(struct compiler *c, int nlocalsplus, PyObject *names, PyObject *kinds) compute_localsplus_info() argument
|
Completed in 31 milliseconds