HomeSort by relevance Sort by last modified time
    Searched defs:RUNTIME_FUNCTION (Results 26 - 37 of 37) sorted by null

12

  /external/v8/src/runtime/
runtime-object.cc 142 RUNTIME_FUNCTION(Runtime_ObjectHasOwnProperty) {
221 RUNTIME_FUNCTION(Runtime_ObjectCreate) {
284 RUNTIME_FUNCTION(Runtime_GetPrototype) {
292 RUNTIME_FUNCTION(Runtime_InternalSetPrototype) {
303 RUNTIME_FUNCTION(Runtime_OptimizeObjectForAddingMultipleProperties) {
318 RUNTIME_FUNCTION(Runtime_GetProperty) {
330 RUNTIME_FUNCTION(Runtime_KeyedGetProperty) {
341 RUNTIME_FUNCTION(Runtime_AddNamedProperty) {
366 RUNTIME_FUNCTION(Runtime_AddElement) {
395 RUNTIME_FUNCTION(Runtime_AppendElement)
    [all...]
runtime-typedarray.cc 16 RUNTIME_FUNCTION(Runtime_ArrayBufferGetByteLength) {
24 RUNTIME_FUNCTION(Runtime_ArrayBufferSliceImpl) {
57 RUNTIME_FUNCTION(Runtime_ArrayBufferNeuter) {
98 RUNTIME_FUNCTION(Runtime_TypedArrayInitialize) {
180 RUNTIME_FUNCTION(Runtime_TypedArrayInitializeFromArrayLike) {
275 RUNTIME_FUNCTION(Runtime_##Type##Get##getter) { \
288 RUNTIME_FUNCTION(Runtime_TypedArrayGetBuffer) {
311 RUNTIME_FUNCTION(Runtime_TypedArraySetFastCases) {
393 RUNTIME_FUNCTION(Runtime_TypedArraySortFast) {
432 RUNTIME_FUNCTION(Runtime_TypedArrayMaxSizeInHeap)
    [all...]
runtime-scopes.cc 20 RUNTIME_FUNCTION(Runtime_ThrowConstAssignError) {
189 RUNTIME_FUNCTION(Runtime_DeclareGlobals) {
202 RUNTIME_FUNCTION(Runtime_DeclareGlobalsForInterpreter) {
214 RUNTIME_FUNCTION(Runtime_InitializeVarGlobal) {
335 RUNTIME_FUNCTION(Runtime_DeclareEvalFunction) {
343 RUNTIME_FUNCTION(Runtime_DeclareEvalVar) {
525 RUNTIME_FUNCTION(Runtime_NewSloppyArguments_Generic) {
539 RUNTIME_FUNCTION(Runtime_NewStrictArguments) {
564 RUNTIME_FUNCTION(Runtime_NewRestParameter) {
590 RUNTIME_FUNCTION(Runtime_NewSloppyArguments)
    [all...]
runtime-strings.cc 18 RUNTIME_FUNCTION(Runtime_GetSubstitution) {
102 RUNTIME_FUNCTION(Runtime_StringReplaceOneCharWithString) {
132 RUNTIME_FUNCTION(Runtime_StringIndexOf) {
142 RUNTIME_FUNCTION(Runtime_StringIndexOfUnchecked) {
153 RUNTIME_FUNCTION(Runtime_StringLastIndexOf) {
159 RUNTIME_FUNCTION(Runtime_SubString) {
191 RUNTIME_FUNCTION(Runtime_StringAdd) {
208 RUNTIME_FUNCTION(Runtime_InternalizeString) {
216 RUNTIME_FUNCTION(Runtime_StringCharCodeAtRT) {
236 RUNTIME_FUNCTION(Runtime_StringCompare)
    [all...]
runtime-test.cc 65 RUNTIME_FUNCTION(Runtime_ConstructDouble) {
74 RUNTIME_FUNCTION(Runtime_DeoptimizeFunction) {
101 RUNTIME_FUNCTION(Runtime_DeoptimizeNow) {
127 RUNTIME_FUNCTION(Runtime_RunningInSimulator) {
138 RUNTIME_FUNCTION(Runtime_IsConcurrentRecompilationSupported) {
146 RUNTIME_FUNCTION(Runtime_OptimizeFunctionOnNextCall) {
193 RUNTIME_FUNCTION(Runtime_InterpretFunctionOnNextCall) {
211 RUNTIME_FUNCTION(Runtime_BaselineFunctionOnNextCall) {
240 RUNTIME_FUNCTION(Runtime_OptimizeOsr) {
269 RUNTIME_FUNCTION(Runtime_NeverOptimizeFunction)
    [all...]
runtime-i18n.cc 72 RUNTIME_FUNCTION(Runtime_CanonicalizeLanguageTag) {
109 RUNTIME_FUNCTION(Runtime_AvailableLocalesOf) {
154 RUNTIME_FUNCTION(Runtime_GetDefaultICULocale) {
175 RUNTIME_FUNCTION(Runtime_GetLanguageTagVariants) {
260 RUNTIME_FUNCTION(Runtime_IsInitializedIntlObject) {
276 RUNTIME_FUNCTION(Runtime_IsInitializedIntlObjectOfType) {
294 RUNTIME_FUNCTION(Runtime_MarkAsInitializedIntlObjectOfType) {
309 RUNTIME_FUNCTION(Runtime_CreateDateTimeFormat) {
342 RUNTIME_FUNCTION(Runtime_InternalDateFormat) {
442 RUNTIME_FUNCTION(Runtime_InternalDateFormatToParts)
    [all...]
runtime-debug.cc 27 RUNTIME_FUNCTION(Runtime_DebugBreak) {
41 RUNTIME_FUNCTION(Runtime_DebugBreakOnBytecode) {
67 RUNTIME_FUNCTION(Runtime_HandleDebuggerStatement) {
81 RUNTIME_FUNCTION(Runtime_SetDebugEventListener) {
98 RUNTIME_FUNCTION(Runtime_ScheduleBreak) {
296 RUNTIME_FUNCTION(Runtime_DebugGetInternalProperties) {
312 RUNTIME_FUNCTION(Runtime_DebugGetPropertyDetails) {
387 RUNTIME_FUNCTION(Runtime_DebugGetProperty) {
401 RUNTIME_FUNCTION(Runtime_DebugPropertyKindFromDetails) {
411 RUNTIME_FUNCTION(Runtime_DebugPropertyAttributesFromDetails)
    [all...]
  /external/v8/src/
code-stubs.cc 29 RUNTIME_FUNCTION(UnexpectedStubMiss) {
    [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h 665 } RUNTIME_FUNCTION;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 577 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION;
    [all...]
winnt.h     [all...]

Completed in 1005 milliseconds

12