Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GlobalEnvField
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
enum_conversion.h
24
inline constexpr std::optional<
GlobalEnvField
> ToGlobelEnvPrototypeField(BuiltinTypeId type)
in ToGlobelEnvPrototypeField()
28
return
GlobalEnvField
::UINT8_CLAMPED_ARRAY_FUNCTION_PROTO_INDEX;
in ToGlobelEnvPrototypeField()
30
return
GlobalEnvField
::UINT8_ARRAY_FUNCTION_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
32
return
GlobalEnvField
::TYPED_ARRAY_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
34
return
GlobalEnvField
::INT8_ARRAY_FUNCTION_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
36
return
GlobalEnvField
::UINT16_ARRAY_FUNCTION_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
38
return
GlobalEnvField
::UINT32_ARRAY_FUNCTION_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
40
return
GlobalEnvField
::INT16_ARRAY_FUNCTION_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
42
return
GlobalEnvField
::INT32_ARRAY_FUNCTION_PROTOTYPE_INDEX;
in ToGlobelEnvPrototypeField()
44
return
GlobalEnvField
in ToGlobelEnvPrototypeField()
[all...]
H
A
D
global_env.h
31
using Field =
GlobalEnvField
;
34
static constexpr uint16_t index = static_cast<uint16_t>(
GlobalEnvField
::index);
39
static constexpr uint16_t FINAL_INDEX = static_cast<uint16_t>(
GlobalEnvField
::FINAL_INDEX);
H
A
D
global_env_fields.h
326
enum class
GlobalEnvField
: uint16_t {
class
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H
A
D
builtins_call_signature.cpp
70
return static_cast<size_t>(
GlobalEnvField
::NUMBER_FUNCTION_INDEX);
in GetGlobalEnvIndex()
72
return static_cast<size_t>(
GlobalEnvField
::BIGINT_FUNCTION_INDEX);
in GetGlobalEnvIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
typed_bytecode_lowering.cpp
1010
GlobalEnvField
index = static_cast<
GlobalEnvField
>(globalsId.GetGlobalEnvId());
in TryLowerTypedLdObjByNameForGlobalsId()
1129
std::optional<
GlobalEnvField
> protoField = ToGlobelEnvPrototypeField(type);
in TryLowerTypedLdObjByNameForBuiltinMethod()
H
A
D
type_info_accessors.cpp
1109
auto hasInstanceEnvIndex = static_cast<size_t>(
GlobalEnvField
::HASINSTANCE_SYMBOL_INDEX);
in GetKeyTaggedValue()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins.cpp
724
globalIndex.UpdateGlobalEnvId(static_cast<size_t>(
GlobalEnvField
::OBJECT_FUNCTION_INDEX));
in InitializeObject()
Completed in 16 milliseconds